class Amazonite::DynamoDBV2::TagResourceInput

Included Modules

Defined in:

dynamodb_v2/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]

Instance Method Detail

def resource_arn : String #

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

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

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

[View source]