class Amazonite::SecretsManager::Tag

Overview

A structure that contains information about a tag.

Included Modules

Defined in:

secrets_manager/tag.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

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

The key identifier, or name, of the tag.


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

The key identifier, or name, of the tag.


[View source]
def validate! : Nil #

[View source]
def value : String | Nil #

The string value associated with the key of the tag.


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

The string value associated with the key of the tag.


[View source]