Class: Aws::PinpointSMSVoiceV2::Types::AssociateProtectConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::AssociateProtectConfigurationRequest
- 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.
163 164 165 166 167 168 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 163 class AssociateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :configuration_set_name) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
163 164 165 166 167 168 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 163 class AssociateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :configuration_set_name) SENSITIVE = [] include Aws::Structure end |