class
Amazonite::DynamoDB::ListTablesOutput
- Amazonite::DynamoDB::ListTablesOutput
- Reference
- Object
Overview
Represents the output of a ListTables operation.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_tables_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_names : Array(String) | Nil = nil, last_evaluated_table_name : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#last_evaluated_table_name : String | Nil
The name of the last table in the current page of results.
-
#last_evaluated_table_name=(last_evaluated_table_name : String | Nil)
The name of the last table in the current page of results.
-
#table_names : Array(String) | Nil
The names of the tables associated with the current account at the current endpoint.
-
#table_names=(table_names : Array(String) | Nil)
The names of the tables associated with the current account at the current endpoint.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the last table in the current page of results. Use this value as the
ExclusiveStartTableName in a new request to obtain the next page of results, until all the
table names are returned.
If you do not receive a LastEvaluatedTableName value in the response, this means that there
are no more table names to be retrieved.
The name of the last table in the current page of results. Use this value as the
ExclusiveStartTableName in a new request to obtain the next page of results, until all the
table names are returned.
If you do not receive a LastEvaluatedTableName value in the response, this means that there
are no more table names to be retrieved.
The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.
If LastEvaluatedTableName also appears in the output, you can use this value as the
ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next
page of results.
The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.
If LastEvaluatedTableName also appears in the output, you can use this value as the
ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next
page of results.