Class: Aws::PinpointSMSVoiceV2::Types::DisassociateProtectConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DisassociateProtectConfigurationResult
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
3326 3327 3328 3329 3330 3331 3332 3333 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3326 class DisassociateProtectConfigurationResult < 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.
3326 3327 3328 3329 3330 3331 3332 3333 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3326 class DisassociateProtectConfigurationResult < 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.
3326 3327 3328 3329 3330 3331 3332 3333 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3326 class DisassociateProtectConfigurationResult < 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.
3326 3327 3328 3329 3330 3331 3332 3333 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3326 class DisassociateProtectConfigurationResult < Struct.new( :configuration_set_arn, :configuration_set_name, :protect_configuration_arn, :protect_configuration_id) SENSITIVE = [] include Aws::Structure end |