Class: Aws::PinpointSMSVoiceV2::Types::SetAccountDefaultProtectConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::SetAccountDefaultProtectConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
Instance Attribute Details
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
6445 6446 6447 6448 6449 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6445 class SetAccountDefaultProtectConfigurationRequest < Struct.new( :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |