ListLedgersRequest

public struct ListLedgersRequest : AWSShape
extension QLDB.ListLedgersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let maxResults: Int?
  • 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 ListLedgers call, then you should use that value as input here.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws