class
Amazonite::DynamoDB::ListExportsOutput
- Amazonite::DynamoDB::ListExportsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_exports_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(export_summaries : Array(ExportSummary) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#export_summaries : Array(ExportSummary) | Nil
A list of
ExportSummaryobjects. -
#export_summaries=(export_summaries : Array(ExportSummary) | Nil)
A list of
ExportSummaryobjects. -
#hash(hasher)
See
Object#hash(hasher) -
#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(export_summaries : Array(ExportSummary) | 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 export_summaries=(export_summaries : Array(ExportSummary) | Nil)
#
A list of ExportSummary objects.
def next_token : String | Nil
#
If this value is returned, there are additional results to be displayed. To retrieve them, call
ListExports 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
ListExports again, with NextToken set to this value.