class Amazonite::SsmV1::InventoryItem

Included Modules

Defined in:

ssm_v1/inventory_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type_name : String, schema_version : String, capture_time : String, content_hash : String | Nil = nil, content : Array(Hash(String, String)) | Nil = nil, context : Hash(String, String) | Nil = nil) #

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

[View source]

Instance Method Detail

def capture_time : String #

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

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

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

[View source]
def content_hash : String | Nil #

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

[View source]
def context : Hash(String, String) | Nil #

[View source]
def context=(context : Hash(String, 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]