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.
4289 4290 4291 4292 4293 4294 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4289 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.
4289 4290 4291 4292 4293 4294 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4289 class GetProtectConfigurationCountryRuleSetRequest < Struct.new( :protect_configuration_id, :number_capability) SENSITIVE = [] include Aws::Structure end |