class Amazonite::SsmV1::InventoryResultItem
- Amazonite::SsmV1::InventoryResultItem
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/inventory_result_item.crConstructors
- .new(type_name : String, schema_version : String, content : Array(Hash(String, String)), capture_time : String | Nil = nil, content_hash : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #capture_time : String | Nil
- #capture_time=(capture_time : String | Nil)
- #content : Array(Hash(String, String))
- #content=(content : Array(Hash(String, String)))
- #content_hash : String | Nil
- #content_hash=(content_hash : String | Nil)
- #schema_version : String
- #schema_version=(schema_version : String)
- #type_name : String
- #type_name=(type_name : String)
Constructor Detail
def self.new(type_name : String, schema_version : String, content : Array(Hash(String, String)), capture_time : String | Nil = nil, content_hash : String | Nil = nil)
#