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)


2390
2391
2392
2393
2394
2395
2396
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2390

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

#relay_idString

The unique relay identifier.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2390

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

#relay_nameString

The unique relay name.

Returns:

  • (String)


2390
2391
2392
2393
2394
2395
2396
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2390

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