class Amazonite::DynamoDB::ListTagsOfResourceInput

Included Modules

Defined in:

dynamodb/list_tags_of_resource_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(resource_arn : String, next_token : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def next_token : String | Nil #

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.


[View source]
def next_token=(next_token : String | Nil) #

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.


[View source]
def resource_arn : String #

The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).


[View source]
def resource_arn=(resource_arn : String) #

The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).


[View source]
def validate! : Nil #

[View source]