Class: Aws::SSMIncidents::Types::UpdateDeletionProtectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the replication set to update.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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_protectedBoolean

Specifies if deletion protection is turned on or off in your account.

Returns:

  • (Boolean)


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