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