class Amazonite::SsmV1::InventoryDeletionSummaryItem

Included Modules

Defined in:

ssm_v1/inventory_deletion_summary_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(version : String | Nil = nil, count : Int32 | Nil = nil, remaining_count : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def count : Int32 | Nil #

[View source]
def count=(count : Int32 | Nil) #

[View source]
def remaining_count : Int32 | Nil #

[View source]
def remaining_count=(remaining_count : Int32 | Nil) #

[View source]
def version : String | Nil #

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

[View source]