class Amazonite::SsmV1::InventoryItemSchema
- Amazonite::SsmV1::InventoryItemSchema
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/inventory_item_schema.crConstructors
- .new(type_name : String, attributes : Array(InventoryItemAttribute), version : String | Nil = nil, display_name : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #attributes : Array(InventoryItemAttribute)
- #attributes=(attributes : Array(InventoryItemAttribute))
- #display_name : String | Nil
- #display_name=(display_name : String | Nil)
- #type_name : String
- #type_name=(type_name : String)
- #version : String | Nil
- #version=(version : String | Nil)
Constructor Detail
def self.new(type_name : String, attributes : Array(InventoryItemAttribute), version : String | Nil = nil, display_name : String | Nil = nil)
#