FetchPageRequest

public struct FetchPageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the next page token of the page to be fetched.

    Declaration

    Swift

    public let nextPageToken: String
  • Specifies the transaction ID of the page to be fetched.

    Declaration

    Swift

    public let transactionId: String
  • Undocumented

    Declaration

    Swift

    public init(nextPageToken: String, transactionId: String)
  • Declaration

    Swift

    public func validate(name: String) throws