Class: Aws::PinpointSMSVoiceV2::Types::ProtectConfigurationCountryRuleSetInformation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#protect_statusString

The types of protection that can be used.

Returns:

  • (String)


3835
3836
3837
3838
3839
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3835

class ProtectConfigurationCountryRuleSetInformation < Struct.new(
  :protect_status)
  SENSITIVE = []
  include Aws::Structure
end