class
Amazonite::Ssm::InventoryDeletionSummaryItem
- Amazonite::Ssm::InventoryDeletionSummaryItem
- Reference
- Object
Overview
Either a count, remaining count, or a version number in a delete inventory summary.
Included Modules
- JSON::Serializable
Defined in:
ssm/inventory_deletion_summary_item.crConstructors
- .new(pull : JSON::PullParser)
- .new(version : String | Nil = nil, count : Int32 | Nil = nil, remaining_count : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#count : Int32 | Nil
A count of the number of deleted items.
-
#count=(count : Int32 | Nil)
A count of the number of deleted items.
-
#hash(hasher)
See
Object#hash(hasher) -
#remaining_count : Int32 | Nil
The remaining number of items to delete.
-
#remaining_count=(remaining_count : Int32 | Nil)
The remaining number of items to delete.
- #validate! : Nil
-
#version : String | Nil
The inventory type version.
-
#version=(version : String | Nil)
The inventory type version.
Constructor Detail
def self.new(version : String | Nil = nil, count : Int32 | Nil = nil, remaining_count : Int32 | 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?.