Class: Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationCountryRuleSetInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationCountryRuleSetInformation
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
The types of statuses that can be used.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protect_status ⇒ String
The types of protection that can be used.
Instance Attribute Details
#protect_status ⇒ String
The types of protection that can be used.
4009 4010 4011 4012 4013 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4009 class ProtectConfigurationCountryRuleSetInformation < Struct.new( :protect_status) SENSITIVE = [] include Aws::Structure end |