Class: Aws::PinpointSMSVoiceV2::Types::UpdateProtectConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::UpdateProtectConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_protection_enabled ⇒ Boolean
When set to true deletion protection is enabled.
-
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
When set to true deletion protection is enabled. By default this is set to false.
7395 7396 7397 7398 7399 7400 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7395 class UpdateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end |
#protect_configuration_id ⇒ String
The unique identifier for the protect configuration.
7395 7396 7397 7398 7399 7400 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 7395 class UpdateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end |