Class: Aws::MailManager::Types::GetRelayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetRelayResponse
- Includes:
- Structure
- Defined in:
- 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.
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1501 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.
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1501 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.
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1501 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.
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1501 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.
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1501 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.
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1501 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.
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1501 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.
1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1501 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 |