class Amazonite::DynamoDB::ListImportsInput

Included Modules

Defined in:

dynamodb/list_imports_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_arn : String | Nil = nil, page_size : Int32 | Nil = nil, next_token : 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_token : String | Nil #

An optional string that, if supplied, must be copied from the output of a previous call to ListImports. When provided in this manner, the API fetches the next page of results.


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

An optional string that, if supplied, must be copied from the output of a previous call to ListImports. When provided in this manner, the API fetches the next page of results.


[View source]
def page_size : Int32 | Nil #

The number of ImportSummary objects returned in a single page.


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

The number of ImportSummary objects returned in a single page.


[View source]
def table_arn : String | Nil #

The Amazon Resource Name (ARN) associated with the table that was imported to.


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

The Amazon Resource Name (ARN) associated with the table that was imported to.


[View source]
def validate! : Nil #

[View source]