class Amazonite::Ssm::InventoryDeletionSummaryItem

Overview

Either a count, remaining count, or a version number in a delete inventory summary.

Included Modules

Defined in:

ssm/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]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def count : Int32 | Nil #

A count of the number of deleted items.


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

A count of the number of deleted items.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def remaining_count : Int32 | Nil #

The remaining number of items to delete.


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

The remaining number of items to delete.


[View source]
def validate! : Nil #

[View source]
def version : String | Nil #

The inventory type version.


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

The inventory type version.


[View source]