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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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)


6736
6737
6738
6739
6740
6741
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6736

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)


6736
6737
6738
6739
6740
6741
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 6736

class UpdateProtectConfigurationRequest < Struct.new(
  :protect_configuration_id,
  :deletion_protection_enabled)
  SENSITIVE = []
  include Aws::Structure
end