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.
6980 6981 6982 6983 6984 6985 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6980 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.
6980 6981 6982 6983 6984 6985 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6980 class UpdateProtectConfigurationRequest < Struct.new( :protect_configuration_id, :deletion_protection_enabled) SENSITIVE = [] include Aws::Structure end |