class Amazonite::DynamoDB::ListTagsOfResourceOutput

Included Modules

Defined in:

dynamodb/list_tags_of_resource_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(tags : Array(Tag) | Nil = nil, 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 #

If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.


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

If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.


[View source]
def tags : Array(Tag) | Nil #

The tags currently associated with the Amazon DynamoDB resource.


[View source]
def tags=(tags : Array(Tag) | Nil) #

The tags currently associated with the Amazon DynamoDB resource.


[View source]
def validate! : Nil #

[View source]