class Amazonite::DynamoDB::ListImportsOutput

Included Modules

Defined in:

dynamodb/list_imports_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

See Object#hash(hasher)


def import_summary_list : Array(ImportSummary) | Nil #

A list of ImportSummary objects.


[View source]
def import_summary_list=(import_summary_list : Array(ImportSummary) | Nil) #

A list of ImportSummary objects.


[View source]
def next_token : String | Nil #

If this value is returned, there are additional results to be displayed. To retrieve them, call ListImports again, with NextToken set to this value.


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

If this value is returned, there are additional results to be displayed. To retrieve them, call ListImports again, with NextToken set to this value.


[View source]
def validate! : Nil #

[View source]