Class: Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationCountryRuleSetInformation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationCountryRuleSetInformation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
The types of statuses that can be used.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #protect_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The types of protection that can be used.
 
Instance Attribute Details
#protect_status ⇒ String
The types of protection that can be used.
      3835 3836 3837 3838 3839  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3835 class ProtectConfigurationCountryRuleSetInformation < Struct.new( :protect_status) SENSITIVE = [] include Aws::Structure end  |