class
Amazonite::DynamoDB::ListImportsOutput
- Amazonite::DynamoDB::ListImportsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_imports_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_summary_list : Array(ImportSummary) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#import_summary_list : Array(ImportSummary) | Nil
A list of
ImportSummaryobjects. -
#import_summary_list=(import_summary_list : Array(ImportSummary) | Nil)
A list of
ImportSummaryobjects. -
#next_token : String | Nil
If this value is returned, there are additional results to be displayed.
-
#next_token=(next_token : String | Nil)
If this value is returned, there are additional results to be displayed.
- #validate! : Nil
Constructor Detail
def self.new(import_summary_list : Array(ImportSummary) | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def import_summary_list=(import_summary_list : Array(ImportSummary) | Nil)
#
A list of ImportSummary objects.
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.
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.