class
Amazonite::DynamoDB::ListTagsOfResourceInput
- Amazonite::DynamoDB::ListTagsOfResourceInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/list_tags_of_resource_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_arn : String, 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 ListTagOfResource.
-
#next_token=(next_token : String | Nil)
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource.
-
#resource_arn : String
The Amazon DynamoDB resource with tags to be listed.
-
#resource_arn=(resource_arn : String)
The Amazon DynamoDB resource with tags to be listed.
- #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 ListTagOfResource. When provided in this manner, this API fetches the next page of results.
An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).
The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).