class Aws::SSMIncidents::Types::UpdateDeletionProtectionInput

@note When making an API call, you may pass UpdateDeletionProtectionInput

data as a hash:

    {
      arn: "Arn", # required
      client_token: "ClientToken",
      deletion_protected: false, # required
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the replication set you're
updating.
@return [String]

@!attribute [rw] client_token

A token ensuring that the action is called only once with the
specified details.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] deletion_protected

Details if deletion protection is enabled or disabled in your
account.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/UpdateDeletionProtectionInput AWS API Documentation

Constants

SENSITIVE