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.



1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-mailmanager/types.rb', line 1852

class GetRelayResponse < Struct.new(
  :relay_id,
  :relay_arn,
  :relay_name,
  :server_name,
  :server_port,
  :authentication,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The timestamp of when the relay was created.



1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-mailmanager/types.rb', line 1852

class GetRelayResponse < Struct.new(
  :relay_id,
  :relay_arn,
  :relay_name,
  :server_name,
  :server_port,
  :authentication,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timestampTime

The timestamp of when relay was last updated.



1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-mailmanager/types.rb', line 1852

class GetRelayResponse < Struct.new(
  :relay_id,
  :relay_arn,
  :relay_name,
  :server_name,
  :server_port,
  :authentication,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#relay_arnString

The Amazon Resource Name (ARN) of the relay.



1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-mailmanager/types.rb', line 1852

class GetRelayResponse < Struct.new(
  :relay_id,
  :relay_arn,
  :relay_name,
  :server_name,
  :server_port,
  :authentication,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#relay_idString

The unique relay identifier.



1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-mailmanager/types.rb', line 1852

class GetRelayResponse < Struct.new(
  :relay_id,
  :relay_arn,
  :relay_name,
  :server_name,
  :server_port,
  :authentication,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#relay_nameString

The unique name of the relay.



1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-mailmanager/types.rb', line 1852

class GetRelayResponse < Struct.new(
  :relay_id,
  :relay_arn,
  :relay_name,
  :server_name,
  :server_port,
  :authentication,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The destination relay server address.



1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-mailmanager/types.rb', line 1852

class GetRelayResponse < Struct.new(
  :relay_id,
  :relay_arn,
  :relay_name,
  :server_name,
  :server_port,
  :authentication,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#server_portInteger

The destination relay server port.



1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
# File 'lib/aws-sdk-mailmanager/types.rb', line 1852

class GetRelayResponse < Struct.new(
  :relay_id,
  :relay_arn,
  :relay_name,
  :server_name,
  :server_port,
  :authentication,
  :created_timestamp,
  :last_modified_timestamp)
  SENSITIVE = []
  include Aws::Structure
end