Class: Aws::PinpointSMSVoiceV2::Types::AssociateProtectConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::AssociateProtectConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the configuration set.
-
#configuration_set_name ⇒ String
The name of the ConfigurationSet.
-
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
Instance Attribute Details
#configuration_set_arn ⇒ String
The Amazon Resource Name (ARN) of the configuration set.
194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 194 class AssociateProtectConfigurationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :protect_configuration_arn, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |
#configuration_set_name ⇒ String
The name of the ConfigurationSet.
194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 194 class AssociateProtectConfigurationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :protect_configuration_arn, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the protect configuration.
194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 194 class AssociateProtectConfigurationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :protect_configuration_arn, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
194 195 196 197 198 199 200 201 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 194 class AssociateProtectConfigurationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :protect_configuration_arn, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |