Class: Aws::Connect::Types::UpdateEmailAddressMetadataRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::UpdateEmailAddressMetadataRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:description, :display_name]
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the email address.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of email address.
 - 
  
    
      #email_address_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the email address.
 - 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the Amazon Connect instance.
 
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see [Making retries safe with idempotent APIs].
[1]: aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/
      24671 24672 24673 24674 24675 24676 24677 24678 24679  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24671 class UpdateEmailAddressMetadataRequest < Struct.new( :instance_id, :email_address_id, :description, :display_name, :client_token) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#description ⇒ String
The description of the email address.
      24671 24672 24673 24674 24675 24676 24677 24678 24679  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24671 class UpdateEmailAddressMetadataRequest < Struct.new( :instance_id, :email_address_id, :description, :display_name, :client_token) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#display_name ⇒ String
The display name of email address.
      24671 24672 24673 24674 24675 24676 24677 24678 24679  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24671 class UpdateEmailAddressMetadataRequest < Struct.new( :instance_id, :email_address_id, :description, :display_name, :client_token) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#email_address_id ⇒ String
The identifier of the email address.
      24671 24672 24673 24674 24675 24676 24677 24678 24679  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24671 class UpdateEmailAddressMetadataRequest < Struct.new( :instance_id, :email_address_id, :description, :display_name, :client_token) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
      24671 24672 24673 24674 24675 24676 24677 24678 24679  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 24671 class UpdateEmailAddressMetadataRequest < Struct.new( :instance_id, :email_address_id, :description, :display_name, :client_token) SENSITIVE = [:description, :display_name] include Aws::Structure end  |