Class: Aws::MailManager::Types::GetRelayResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationTypes::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_timestampTime

The timestamp of when the relay was created.

Returns:

  • (Time)


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_timestampTime

The timestamp of when relay was last updated.

Returns:

  • (Time)


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_arnString

The Amazon Resource Name (ARN) of the relay.

Returns:

  • (String)


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_idString

The unique relay identifier.

Returns:

  • (String)


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_nameString

The unique name of the relay.

Returns:

  • (String)


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_nameString

The destination relay server address.

Returns:

  • (String)


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_portInteger

The destination relay server port.

Returns:

  • (Integer)


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