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.
1625 1626 1627 1628 1629 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1625 class DeleteProtectConfigurationRequest < Struct.new( :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |