Class: Aws::PinpointSMSVoiceV2::Types::GetProtectConfigurationCountryRuleSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::GetProtectConfigurationCountryRuleSetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #number_capability  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The capability type to return the CountryRuleSet for.
 - 
  
    
      #protect_configuration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the protect configuration.
 
Instance Attribute Details
#number_capability ⇒ String
The capability type to return the CountryRuleSet for. Valid values are ‘SMS`, `VOICE`, or `MMS`.
      3156 3157 3158 3159 3160 3161  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3156 class GetProtectConfigurationCountryRuleSetRequest < Struct.new( :protect_configuration_id, :number_capability) SENSITIVE = [] include Aws::Structure end  | 
  
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
      3156 3157 3158 3159 3160 3161  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3156 class GetProtectConfigurationCountryRuleSetRequest < Struct.new( :protect_configuration_id, :number_capability) SENSITIVE = [] include Aws::Structure end  |