Class: Aws::MailManager::Types::Relay

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

The relay resource that can be used as a rule to relay receiving emails to the destination relay server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_timestampTime

The timestamp of when the relay was last modified.

Returns:

  • (Time)


3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3419

class Relay < Struct.new(
  :relay_id,
  :relay_name,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#relay_idString

The unique relay identifier.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3419

class Relay < Struct.new(
  :relay_id,
  :relay_name,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#relay_nameString

The unique relay name.

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3419

class Relay < Struct.new(
  :relay_id,
  :relay_name,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end