GetTableVersionsResponse

public struct GetTableVersionsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A continuation token, if the list of available versions does not include the last one.

    Declaration

    Swift

    public let nextToken: String?
  • A list of strings identifying available versions of the specified table.

    Declaration

    Swift

    public let tableVersions: [TableVersion]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, tableVersions: [TableVersion]? = nil)