Class: Aws::MailManager::Types::UpdateRelayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::UpdateRelayRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication ⇒ Types::RelayAuthentication
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
-
#relay_id ⇒ String
The unique relay identifier.
-
#relay_name ⇒ String
The name of the relay resource.
-
#server_name ⇒ String
The destination relay server address.
-
#server_port ⇒ Integer
The destination relay server port.
Instance Attribute Details
#authentication ⇒ Types::RelayAuthentication
Authentication for the relay destination server—specify the secretARN where the SMTP credentials are stored.
3658 3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3658 class UpdateRelayRequest < Struct.new( :authentication, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#relay_id ⇒ String
The unique relay identifier.
3658 3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3658 class UpdateRelayRequest < Struct.new( :authentication, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#relay_name ⇒ String
The name of the relay resource.
3658 3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3658 class UpdateRelayRequest < Struct.new( :authentication, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The destination relay server address.
3658 3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3658 class UpdateRelayRequest < Struct.new( :authentication, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |
#server_port ⇒ Integer
The destination relay server port.
3658 3659 3660 3661 3662 3663 3664 3665 3666 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3658 class UpdateRelayRequest < Struct.new( :authentication, :relay_id, :relay_name, :server_name, :server_port) SENSITIVE = [] include Aws::Structure end |