class
Amazonite::DynamoDB::ListTagsOfResourceOutput
- Amazonite::DynamoDB::ListTagsOfResourceOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_tags_of_resource_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(tags : Array(Tag) | 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
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.
-
#tags : Array(Tag) | Nil
The tags currently associated with the Amazon DynamoDB resource.
-
#tags=(tags : Array(Tag) | Nil)
The tags currently associated with the Amazon DynamoDB resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
The tags currently associated with the Amazon DynamoDB resource.
The tags currently associated with the Amazon DynamoDB resource.