class
Amazonite::Ssm::InventoryDeletionSummary
- Amazonite::Ssm::InventoryDeletionSummary
- Reference
- Object
Overview
Information about the delete operation.
Included Modules
- JSON::Serializable
Defined in:
ssm/inventory_deletion_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(total_count : Int32 | Nil = nil, remaining_count : Int32 | Nil = nil, summary_items : Array(InventoryDeletionSummaryItem) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#remaining_count : Int32 | Nil
Remaining number of items to delete.
-
#remaining_count=(remaining_count : Int32 | Nil)
Remaining number of items to delete.
-
#summary_items : Array(InventoryDeletionSummaryItem) | Nil
A list of counts and versions for deleted items.
-
#summary_items=(summary_items : Array(InventoryDeletionSummaryItem) | Nil)
A list of counts and versions for deleted items.
-
#total_count : Int32 | Nil
The total number of items to delete.
-
#total_count=(total_count : Int32 | Nil)
The total number of items to delete.
- #validate! : Nil
Constructor Detail
def self.new(total_count : Int32 | Nil = nil, remaining_count : Int32 | Nil = nil, summary_items : Array(InventoryDeletionSummaryItem) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def summary_items : Array(InventoryDeletionSummaryItem) | Nil
#
A list of counts and versions for deleted items.
def summary_items=(summary_items : Array(InventoryDeletionSummaryItem) | Nil)
#
A list of counts and versions for deleted items.
def total_count : Int32 | Nil
#
The total number of items to delete. This count doesn't change during the delete operation.
def total_count=(total_count : Int32 | Nil)
#
The total number of items to delete. This count doesn't change during the delete operation.