Class: Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationCountryRuleSetInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationCountryRuleSetInformation
- Includes:
- Structure
- Defined in:
- 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.
4161 4162 4163 4164 4165 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4161 class ProtectConfigurationCountryRuleSetInformation < Struct.new( :protect_status) SENSITIVE = [] include Aws::Structure end |