Class: Aws::PinpointSMSVoiceV2::Types::UpdateSenderIdRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::UpdateSenderIdRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #deletion_protection_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
By default this is set to false.
 - 
  
    
      #iso_country_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
 - 
  
    
      #sender_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sender ID to update.
 
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
By default this is set to false. When set to true the sender ID can’t be deleted.
      6759 6760 6761 6762 6763 6764 6765  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6759 class UpdateSenderIdRequest < Struct.new( :sender_id, :iso_country_code, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end  | 
  
#iso_country_code ⇒ String
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
      6759 6760 6761 6762 6763 6764 6765  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6759 class UpdateSenderIdRequest < Struct.new( :sender_id, :iso_country_code, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end  | 
  
#sender_id ⇒ String
The sender ID to update.
      6759 6760 6761 6762 6763 6764 6765  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6759 class UpdateSenderIdRequest < Struct.new( :sender_id, :iso_country_code, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end  |