class Amazonite::Ssm::InventoryDeletionSummary

Overview

Information about the delete operation.

Included Modules

Defined in:

ssm/inventory_deletion_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(total_count : Int32 | Nil = nil, remaining_count : Int32 | Nil = nil, summary_items : Array(InventoryDeletionSummaryItem) | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def remaining_count : Int32 | Nil #

Remaining number of items to delete.


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

Remaining number of items to delete.


[View source]
def summary_items : Array(InventoryDeletionSummaryItem) | Nil #

A list of counts and versions for deleted items.


[View source]
def summary_items=(summary_items : Array(InventoryDeletionSummaryItem) | Nil) #

A list of counts and versions for deleted items.


[View source]
def total_count : Int32 | Nil #

The total number of items to delete. This count doesn't change during the delete operation.


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

The total number of items to delete. This count doesn't change during the delete operation.


[View source]
def validate! : Nil #

[View source]