You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QLDB::Types::LedgerSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a ledger, including its name, state, and when it was created.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

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.)

Returns:

  • (Time)

    The date and time, in epoch time format, when the ledger was created.

#nameString

The name of the ledger.

Returns:

  • (String)

    The name of the ledger.

#stateString

The current status of the ledger.

Possible values:

  • CREATING
  • ACTIVE
  • DELETING
  • DELETED

Returns:

  • (String)

    The current status of the ledger.