class Amazonite::SsmV1::InventoryResultItem

Included Modules

Defined in:

ssm_v1/inventory_result_item.cr

Constructors

Instance Method Summary

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) #

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

[View source]

Instance Method Detail

def capture_time : String | Nil #

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

[View source]
def content : Array(Hash(String, String)) #

[View source]
def content=(content : Array(Hash(String, String))) #

[View source]
def content_hash : String | Nil #

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

[View source]
def schema_version : String #

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

[View source]
def type_name : String #

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

[View source]