class Amazonite::SsmV1::InventoryItemAttribute

Included Modules

Defined in:

ssm_v1/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 data_type : InventoryAttributeDataType #

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

[View source]
def name : String #

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

[View source]