Class: Aws::MailManager::Types::Relay
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::Relay
- 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
-
#last_modified_timestamp ⇒ Time
The timestamp of when the relay was last modified.
-
#relay_id ⇒ String
The unique relay identifier.
-
#relay_name ⇒ String
The unique relay name.
Instance Attribute Details
#last_modified_timestamp ⇒ Time
The timestamp of when the relay was last modified.
2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2477 class Relay < Struct.new( :last_modified_timestamp, :relay_id, :relay_name) SENSITIVE = [] include Aws::Structure end |