class Amazonite::Ssm::InventoryItemAttribute

Overview

Attributes are the entries within the inventory item content. It contains name and value.

Included Modules

Defined in:

ssm/inventory_item_attribute.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, data_type : InventoryAttributeDataType) #

[View source]
def self.new(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 data_type : InventoryAttributeDataType #

The data type of the inventory item attribute.


[View source]
def data_type=(data_type : InventoryAttributeDataType) #

The data type of the inventory item attribute.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def name : String #

Name of the inventory item attribute.


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

Name of the inventory item attribute.


[View source]
def validate! : Nil #

[View source]