class Amazonite::DynamoDB::TagResourceInput

Included Modules

Defined in:

dynamodb/tag_resource_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(resource_arn : String, tags : Array(Tag)) #

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

[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 resource_arn : String #

Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).


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

Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).


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

The tags to be assigned to the Amazon DynamoDB resource.


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

The tags to be assigned to the Amazon DynamoDB resource.


[View source]
def validate! : Nil #

[View source]