ListJournalS3ExportsRequest

public struct ListJournalS3ExportsRequest : AWSShape
extension QLDB.ListJournalS3ExportsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return in a single ListJournalS3Exports 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 ListJournalS3Exports 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
  • Undocumented

    Declaration

    Swift

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