Class: Aws::PinpointSMSVoiceV2::Types::DisassociateProtectConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DisassociateProtectConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #configuration_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the ConfigurationSet.
 - 
  
    
      #protect_configuration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the protect configuration.
 
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the ConfigurationSet.
      2995 2996 2997 2998 2999 3000  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2995 class DisassociateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :configuration_set_name) SENSITIVE = [] include Aws::Structure end  | 
  
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
      2995 2996 2997 2998 2999 3000  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2995 class DisassociateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :configuration_set_name) SENSITIVE = [] include Aws::Structure end  |