Class: Aws::PinpointSMSVoiceV2::Types::DisassociateProtectConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DisassociateProtectConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
The name of the ConfigurationSet.
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
Instance Attribute Details
#configuration_set_name ⇒ String
The name of the ConfigurationSet.
3217 3218 3219 3220 3221 3222 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3217 class DisassociateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :configuration_set_name) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
3217 3218 3219 3220 3221 3222 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3217 class DisassociateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :configuration_set_name) SENSITIVE = [] include Aws::Structure end |