class Aws::QLDB::Types::UpdateLedgerResponse

@!attribute [rw] name

The name of the ledger.
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) for the ledger.
@return [String]

@!attribute [rw] state

The current status of the ledger.
@return [String]

@!attribute [rw] creation_date_time

The date and time, in epoch time format, when the ledger was
created. (Epoch time format is the number of seconds elapsed since
12:00:00 AM January 1, 1970 UTC.)
@return [Time]

@!attribute [rw] deletion_protection

The flag that prevents a ledger from being deleted by any user. If
not provided on ledger creation, this feature is enabled (`true`) by
default.

If deletion protection is enabled, you must first disable it before
you can delete the ledger. You can disable it by calling the
`UpdateLedger` operation to set the flag to `false`.
@return [Boolean]

@!attribute [rw] encryption_description

Information about the encryption of data at rest in the ledger. This
includes the current status, the KMS key, and when the key became
inaccessible (in the case of an error).
@return [Types::LedgerEncryptionDescription]

@see docs.aws.amazon.com/goto/WebAPI/qldb-2019-01-02/UpdateLedgerResponse AWS API Documentation

Constants

SENSITIVE