Class: Aws::PinpointSMSVoiceV2::Types::UpdateProtectConfigurationCountryRuleSetResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::UpdateProtectConfigurationCountryRuleSetResult
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #country_rule_set  ⇒ Hash<String,Types::ProtectConfigurationCountryRuleSetInformation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability. 
- 
  
    
      #number_capability  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number capability that was updated. 
- 
  
    
      #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>
An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.
| 7375 7376 7377 7378 7379 7380 7381 7382 | # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7375 class UpdateProtectConfigurationCountryRuleSetResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :number_capability, :country_rule_set) SENSITIVE = [] include Aws::Structure end | 
#number_capability ⇒ String
The number capability that was updated
| 7375 7376 7377 7378 7379 7380 7381 7382 | # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7375 class UpdateProtectConfigurationCountryRuleSetResult < 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.
| 7375 7376 7377 7378 7379 7380 7381 7382 | # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7375 class UpdateProtectConfigurationCountryRuleSetResult < 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.
| 7375 7376 7377 7378 7379 7380 7381 7382 | # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7375 class UpdateProtectConfigurationCountryRuleSetResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :number_capability, :country_rule_set) SENSITIVE = [] include Aws::Structure end |