Class: Aws::MailManager::Types::GetRelayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetRelayResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication ⇒ Types::RelayAuthentication
The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
-
#created_timestamp ⇒ Time
The timestamp of when the relay was created.
-
#last_modified_timestamp ⇒ Time
The timestamp of when relay was last updated.
-
#relay_arn ⇒ String
The Amazon Resource Name (ARN) of the relay.
-
#relay_id ⇒ String
The unique relay identifier.
-
#relay_name ⇒ String
The unique name of the relay.
-
#server_name ⇒ String
The destination relay server address.
-
#server_port ⇒ Integer
The destination relay server port.
Instance Attribute Details
#authentication ⇒ Types::RelayAuthentication
The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1838 class GetRelayResponse < Struct.new( :authentication, :created_timestamp, :last_modified_timestamp, :relay_arn, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp of when the relay was created.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1838 class GetRelayResponse < Struct.new( :authentication, :created_timestamp, :last_modified_timestamp, :relay_arn, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#last_modified_timestamp ⇒ Time
The timestamp of when relay was last updated.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1838 class GetRelayResponse < Struct.new( :authentication, :created_timestamp, :last_modified_timestamp, :relay_arn, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#relay_arn ⇒ String
The Amazon Resource Name (ARN) of the relay.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1838 class GetRelayResponse < Struct.new( :authentication, :created_timestamp, :last_modified_timestamp, :relay_arn, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#relay_id ⇒ String
The unique relay identifier.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1838 class GetRelayResponse < Struct.new( :authentication, :created_timestamp, :last_modified_timestamp, :relay_arn, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#relay_name ⇒ String
The unique name of the relay.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1838 class GetRelayResponse < Struct.new( :authentication, :created_timestamp, :last_modified_timestamp, :relay_arn, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The destination relay server address.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1838 class GetRelayResponse < Struct.new( :authentication, :created_timestamp, :last_modified_timestamp, :relay_arn, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#server_port ⇒ Integer
The destination relay server port.
1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1838 class GetRelayResponse < Struct.new( :authentication, :created_timestamp, :last_modified_timestamp, :relay_arn, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |