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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/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.



1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1428

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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1428

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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1428

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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1428

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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1428

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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1428

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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1428

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)


1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1428

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