TableVersion

public struct TableVersion : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The table in question.

    Declaration

    Swift

    public let table: Table?
  • The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(table: Table? = nil, versionId: String? = nil)