Class: Aws::PinpointSMSVoiceV2::Types::SetAccountDefaultProtectConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::SetAccountDefaultProtectConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #default_protect_configuration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the account default protect configuration.
 - 
  
    
      #default_protect_configuration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the account default protect configuration.
 
Instance Attribute Details
#default_protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the account default protect configuration.
      5816 5817 5818 5819 5820 5821  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5816 class SetAccountDefaultProtectConfigurationResult < Struct.new( :default_protect_configuration_arn, :default_protect_configuration_id) SENSITIVE = [] include Aws::Structure end  | 
  
#default_protect_configuration_id ⇒ String
The unique identifier of the account default protect configuration.
      5816 5817 5818 5819 5820 5821  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5816 class SetAccountDefaultProtectConfigurationResult < Struct.new( :default_protect_configuration_arn, :default_protect_configuration_id) SENSITIVE = [] include Aws::Structure end  |