class
Amazonite::DynamoDB::ListExportsInput
- Amazonite::DynamoDB::ListExportsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_exports_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_arn : String | Nil = nil, max_results : 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) -
#max_results : Int32 | Nil
Maximum number of results to return per page.
-
#max_results=(max_results : Int32 | Nil)
Maximum number of results to return per page.
-
#next_token : String | Nil
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. -
#next_token=(next_token : String | Nil)
An optional string that, if supplied, must be copied from the output of a previous call to
ListExports. -
#table_arn : String | Nil
The Amazon Resource Name (ARN) associated with the exported table.
-
#table_arn=(table_arn : String | Nil)
The Amazon Resource Name (ARN) associated with the exported table.
- #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
ListExports. 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
ListExports. When provided in this manner, the API fetches the next page of results.
The Amazon Resource Name (ARN) associated with the exported table.