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.
      6676 6677 6678 6679 6680 6681 6682 6683  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6676 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
      6676 6677 6678 6679 6680 6681 6682 6683  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6676 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.
      6676 6677 6678 6679 6680 6681 6682 6683  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6676 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.
      6676 6677 6678 6679 6680 6681 6682 6683  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6676 class UpdateProtectConfigurationCountryRuleSetResult < Struct.new( :protect_configuration_arn, :protect_configuration_id, :number_capability, :country_rule_set) SENSITIVE = [] include Aws::Structure end  |