Class: Aws::PinpointSMSVoiceV2::Types::DeleteProtectConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DeleteProtectConfigurationRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
1747 1748 1749 1750 1751 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1747 class DeleteProtectConfigurationRequest < Struct.new( :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |