Class: Aws::PinpointSMSVoiceV2::Types::UpdateProtectConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabledBoolean

When set to true deletion protection is enabled. By default this is set to false.

Returns:

  • (Boolean)


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_idString

The unique identifier for the protect configuration.

Returns:

  • (String)


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