class Amazonite::DynamoDB::ListGlobalTablesInput

Included Modules

Defined in:

dynamodb/list_global_tables_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(exclusive_start_global_table_name : String | Nil = nil, limit : Int32 | Nil = nil, region_name : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def exclusive_start_global_table_name : String | Nil #

The first global table name that this operation will evaluate.


[View source]
def exclusive_start_global_table_name=(exclusive_start_global_table_name : String | Nil) #

The first global table name that this operation will evaluate.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def limit : Int32 | Nil #

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.


[View source]
def limit=(limit : Int32 | Nil) #

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.


[View source]
def region_name : String | Nil #

Lists the global tables in a specific Region.


[View source]
def region_name=(region_name : String | Nil) #

Lists the global tables in a specific Region.


[View source]
def validate! : Nil #

[View source]