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.
5327 5328 5329 5330 5331 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5327 class ProtectConfigurationCountryRuleSetInformation < Struct.new( :protect_status) SENSITIVE = [] include Aws::Structure end |