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.
169 170 171 172 173 174 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 169 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.
169 170 171 172 173 174 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 169 class AssociateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :configuration_set_name) SENSITIVE = [] include Aws::Structure end |