class Amazonite::DynamoDB::ListTablesInput

Overview

Represents the input of a ListTables operation.

Included Modules

Defined in:

dynamodb/list_tables_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[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_table_name : String | Nil #

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.


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

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.


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

See Object#hash(hasher)


def limit : Int32 | Nil #

A maximum number of table names to return. If this parameter is not specified, the limit is 100.


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

A maximum number of table names to return. If this parameter is not specified, the limit is 100.


[View source]
def validate! : Nil #

[View source]