class
Amazonite::Ssm::InventoryItemAttribute
- Amazonite::Ssm::InventoryItemAttribute
- Reference
- Object
Overview
Attributes are the entries within the inventory item content. It contains name and value.
Included Modules
- JSON::Serializable
Defined in:
ssm/inventory_item_attribute.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data_type : InventoryAttributeDataType
The data type of the inventory item attribute.
-
#data_type=(data_type : InventoryAttributeDataType)
The data type of the inventory item attribute.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
Name of the inventory item attribute.
-
#name=(name : String)
Name of the inventory item attribute.
- #validate! : Nil
Constructor Detail
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=(data_type : InventoryAttributeDataType)
#
The data type of the inventory item attribute.