ListJournalS3ExportsForLedgerRequest

public struct ListJournalS3ExportsForLedgerRequest : AWSShape
extension QLDB.ListJournalS3ExportsForLedgerRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return in a single ListJournalS3ExportsForLedger request. (The actual number of results returned might be fewer.)

    Declaration

    Swift

    public let maxResults: Int?
  • The name of the ledger.

    Declaration

    Swift

    public let name: String
  • A pagination token, indicating that you want to retrieve the next page of results. If you received a value for NextToken in the response from a previous ListJournalS3ExportsForLedger call, then you should use that value as input here.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, name: String, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> QLDB.ListJournalS3ExportsForLedgerRequest