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.
5838 5839 5840 5841 5842 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5838 class SetAccountDefaultProtectConfigurationRequest < Struct.new( :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |