Class: Aws::SSMIncidents::Types::UpdateDeletionProtectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::UpdateDeletionProtectionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the replication set to update.
-
#client_token ⇒ String
A token that ensures that the operation is called only once with the specified details.
-
#deletion_protected ⇒ Boolean
Specifies if deletion protection is turned on or off in your account.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the replication set to update.
2367 2368 2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2367 class UpdateDeletionProtectionInput < Struct.new( :arn, :client_token, :deletion_protected) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A token that ensures that the operation is called only once with the specified details.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2367 2368 2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2367 class UpdateDeletionProtectionInput < Struct.new( :arn, :client_token, :deletion_protected) SENSITIVE = [] include Aws::Structure end |
#deletion_protected ⇒ Boolean
Specifies if deletion protection is turned on or off in your account.
2367 2368 2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2367 class UpdateDeletionProtectionInput < Struct.new( :arn, :client_token, :deletion_protected) SENSITIVE = [] include Aws::Structure end |