Class: Aws::PinpointSMSVoiceV2::Types::DeleteProtectConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteProtectConfigurationRequest
- 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.
1663 1664 1665 1666 1667 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1663 class DeleteProtectConfigurationRequest < Struct.new( :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |