Class: Aws::PinpointSMSVoiceV2::Types::CreateProtectConfigurationRequest

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

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 692

class CreateProtectConfigurationRequest < Struct.new(
  :client_token,
  :deletion_protection_enabled,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_protection_enabledBoolean

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

Returns:

  • (Boolean)


692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 692

class CreateProtectConfigurationRequest < Struct.new(
  :client_token,
  :deletion_protection_enabled,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of key and value pair tags that are associated with the resource.

Returns:



692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 692

class CreateProtectConfigurationRequest < Struct.new(
  :client_token,
  :deletion_protection_enabled,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end