class
Amazonite::DynamoDB::ListImportsInput
- Amazonite::DynamoDB::ListImportsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_imports_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_arn : String | Nil = nil, page_size : Int32 | 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. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports. -
#next_token=(next_token : String | Nil)
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports. -
#page_size : Int32 | Nil
The number of
ImportSummaryobjects returned in a single page. -
#page_size=(page_size : Int32 | Nil)
The number of
ImportSummaryobjects returned in a single page. -
#table_arn : String | Nil
The Amazon Resource Name (ARN) associated with the table that was imported to.
-
#table_arn=(table_arn : String | Nil)
The Amazon Resource Name (ARN) associated with the table that was imported to.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The number of ImportSummary objects returned in a single page.
The Amazon Resource Name (ARN) associated with the table that was imported to.
The Amazon Resource Name (ARN) associated with the table that was imported to.