Class: Aws::PinpointSMSVoiceV2::Types::GetProtectConfigurationCountryRuleSetResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::GetProtectConfigurationCountryRuleSetResult
 
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #country_rule_set  ⇒ Hash<String,Types::ProtectConfigurationCountryRuleSetInformation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. 
- 
  
    
      #number_capability  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects. 
- 
  
    
      #protect_configuration_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the protect configuration. 
- 
  
    
      #protect_configuration_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the protect configuration. 
Instance Attribute Details
#country_rule_set ⇒ Hash<String,Types::ProtectConfigurationCountryRuleSetInformation>
A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see Supported countries and regions (SMS channel) in the AWS End User Messaging SMS User Guide.
| 3415 3416 3417 3418 3419 3420 3421 3422 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3415 class GetProtectConfigurationCountryRuleSetResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :number_capability, :country_rule_set) SENSITIVE = [] include Aws::Structure end | 
#number_capability ⇒ String
The capability type associated with the returned ProtectConfigurationCountryRuleSetInformation objects.
| 3415 3416 3417 3418 3419 3420 3421 3422 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3415 class GetProtectConfigurationCountryRuleSetResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :number_capability, :country_rule_set) SENSITIVE = [] include Aws::Structure end | 
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
| 3415 3416 3417 3418 3419 3420 3421 3422 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3415 class GetProtectConfigurationCountryRuleSetResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :number_capability, :country_rule_set) SENSITIVE = [] include Aws::Structure end | 
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
| 3415 3416 3417 3418 3419 3420 3421 3422 | # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3415 class GetProtectConfigurationCountryRuleSetResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :number_capability, :country_rule_set) SENSITIVE = [] include Aws::Structure end |