Class: Aws::PinpointSMSVoiceV2::Types::UpdateProtectConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::UpdateProtectConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #deletion_protection_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When set to true deletion protection is enabled.
 - 
  
    
      #protect_configuration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the protect configuration.
 
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
When set to true deletion protection is enabled. By default this is set to false.
      6696 6697 6698 6699 6700 6701  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6696 class UpdateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end  | 
  
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
      6696 6697 6698 6699 6700 6701  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6696 class UpdateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end  |