class
Amazonite::DynamoDB::ListTablesInput
- Amazonite::DynamoDB::ListTablesInput
- Reference
- Object
Overview
Represents the input of a ListTables operation.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_tables_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(exclusive_start_table_name : String | Nil = nil, limit : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#exclusive_start_table_name : String | Nil
The first table name that this operation will evaluate.
-
#exclusive_start_table_name=(exclusive_start_table_name : String | Nil)
The first table name that this operation will evaluate.
-
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
A maximum number of table names to return.
-
#limit=(limit : Int32 | Nil)
A maximum number of table names to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
A maximum number of table names to return. If this parameter is not specified, the limit is 100.
A maximum number of table names to return. If this parameter is not specified, the limit is 100.