class Amazonite::SsmV1::InventoryItemSchema

Included Modules

Defined in:

ssm_v1/inventory_item_schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type_name : String, attributes : Array(InventoryItemAttribute), version : String | Nil = nil, display_name : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def attributes : Array(InventoryItemAttribute) #

[View source]
def attributes=(attributes : Array(InventoryItemAttribute)) #

[View source]
def display_name : String | Nil #

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

[View source]
def type_name : String #

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

[View source]
def version : String | Nil #

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

[View source]