LedgerSummary

public struct LedgerSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.)

    Declaration

    Swift

    public let creationDateTime: TimeStamp?
  • The name of the ledger.

    Declaration

    Swift

    public let name: String?
  • The current status of the ledger.

    Declaration

    Swift

    public let state: LedgerState?
  • Undocumented

    Declaration

    Swift

    public init(creationDateTime: TimeStamp? = nil, name: String? = nil, state: LedgerState? = nil)