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.
| 4643 4644 4645 4646 4647 4648 4649 4650 4651 | # File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4643 class UpdateRelayRequest < Struct.new( :relay_id, :relay_name, :server_name, :server_port, :authentication) SENSITIVE = [] include Aws::Structure end | 
#relay_id ⇒ String
The unique relay identifier.
| 4643 4644 4645 4646 4647 4648 4649 4650 4651 | # File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4643 class UpdateRelayRequest < Struct.new( :relay_id, :relay_name, :server_name, :server_port, :authentication) SENSITIVE = [] include Aws::Structure end | 
#relay_name ⇒ String
The name of the relay resource.
| 4643 4644 4645 4646 4647 4648 4649 4650 4651 | # File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4643 class UpdateRelayRequest < Struct.new( :relay_id, :relay_name, :server_name, :server_port, :authentication) SENSITIVE = [] include Aws::Structure end | 
#server_name ⇒ String
The destination relay server address.
| 4643 4644 4645 4646 4647 4648 4649 4650 4651 | # File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4643 class UpdateRelayRequest < Struct.new( :relay_id, :relay_name, :server_name, :server_port, :authentication) SENSITIVE = [] include Aws::Structure end | 
#server_port ⇒ Integer
The destination relay server port.
| 4643 4644 4645 4646 4647 4648 4649 4650 4651 | # File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4643 class UpdateRelayRequest < Struct.new( :relay_id, :relay_name, :server_name, :server_port, :authentication) SENSITIVE = [] include Aws::Structure end |