Struct aws_sdk_qldb::model::LedgerSummary [−][src]
#[non_exhaustive]pub struct LedgerSummary {
pub name: Option<String>,
pub state: Option<LedgerState>,
pub creation_date_time: Option<DateTime>,
}
Expand description
Information about a ledger, including its name, state, and when it was created.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: Option<String>
The name of the ledger.
state: Option<LedgerState>
The current status of the ledger.
creation_date_time: Option<DateTime>
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.)
Implementations
The current status of the ledger.
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.)
Creates a new builder-style object to manufacture LedgerSummary
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LedgerSummary
impl Send for LedgerSummary
impl Sync for LedgerSummary
impl Unpin for LedgerSummary
impl UnwindSafe for LedgerSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more