Class: Aws::PinpointSMSVoiceV2::Types::GetProtectConfigurationCountryRuleSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::GetProtectConfigurationCountryRuleSetRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
4241 4242 4243 4244 4245 4246 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4241 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.
4241 4242 4243 4244 4245 4246 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4241 class GetProtectConfigurationCountryRuleSetRequest < Struct.new( :protect_configuration_id, :number_capability) SENSITIVE = [] include Aws::Structure end |