ListGlobalTablesInput

public struct ListGlobalTablesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The first global table name that this operation will evaluate.

    Declaration

    Swift

    public let exclusiveStartGlobalTableName: String?
  • The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100. If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table names collected up to that point, with a table name in the LastEvaluatedGlobalTableName to apply in a subsequent operation to the ExclusiveStartGlobalTableName parameter.

    Declaration

    Swift

    public let limit: Int?
  • Lists the global tables in a specific Region.

    Declaration

    Swift

    public let regionName: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws