ListTablesInput

public struct ListTablesInput : AWSShape
extension DynamoDB.ListTablesInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.

    Declaration

    Swift

    public let exclusiveStartTableName: String?
  • A maximum number of table names to return. If this parameter is not specified, the limit is 100.

    Declaration

    Swift

    public let limit: Int?
  • Undocumented

    Declaration

    Swift

    public init(exclusiveStartTableName: String? = nil, limit: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws