class Amazonite::Ssm::Tag

Overview

Metadata that you assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. In Amazon Web Services Systems Manager, you can apply tags to Systems Manager documents (SSM documents), managed nodes, maintenance windows, parameters, patch baselines, OpsItems, and OpsMetadata.

Included Modules

Defined in:

ssm/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]
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 key : String #

The name of the tag.


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

The name of the tag.


[View source]
def validate! : Nil #

[View source]
def value : String #

The value of the tag.


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

The value of the tag.


[View source]