Class: Aws::PinpointSMSVoiceV2::Types::CreateProtectConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::CreateProtectConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#deletion_protection_enabled ⇒ Boolean
When set to true deletion protection is enabled.
-
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that are associated with the resource.
Instance Attribute Details
#client_token ⇒ String
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.
718 719 720 721 722 723 724 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 718 class CreateProtectConfigurationRequest < Struct.new( :client_token, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#deletion_protection_enabled ⇒ Boolean
When set to true deletion protection is enabled. By default this is set to false.
718 719 720 721 722 723 724 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 718 class CreateProtectConfigurationRequest < Struct.new( :client_token, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of key and value pair tags that are associated with the resource.
718 719 720 721 722 723 724 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 718 class CreateProtectConfigurationRequest < Struct.new( :client_token, :deletion_protection_enabled, :tags) SENSITIVE = [] include Aws::Structure end |