Class: Aws::PinpointSMSVoiceV2::Types::UpdateSenderIdRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::UpdateSenderIdRequest
 
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
| 7500 7501 7502 7503 7504 7505 7506 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7500 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.
| 7500 7501 7502 7503 7504 7505 7506 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7500 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.
| 7500 7501 7502 7503 7504 7505 7506 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7500 class UpdateSenderIdRequest < Struct.new( :sender_id, :iso_country_code, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end |