class Amazonite::DynamoDBV2::Tag

Included Modules

Defined in:

dynamodb_v2/tag.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, value : String) #

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

[View source]

Instance Method Detail

def key : String #

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

[View source]
def value : String #

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

[View source]