class
Amazonite::Ssm::InventoryGroup
- Amazonite::Ssm::InventoryGroup
- Reference
- Object
Overview
A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.
Included Modules
- JSON::Serializable
Defined in:
ssm/inventory_group.crConstructors
- .new(name : String, filters : Array(InventoryFilter))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filters : Array(InventoryFilter)
Filters define the criteria for the group.
-
#filters=(filters : Array(InventoryFilter))
Filters define the criteria for the group.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the group.
-
#name=(name : String)
The name of the group.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Filters define the criteria for the group. The matchingCount field displays the number of
resources that match the criteria. The notMatchingCount field displays the number of resources
that don't match the criteria.
Filters define the criteria for the group. The matchingCount field displays the number of
resources that match the criteria. The notMatchingCount field displays the number of resources
that don't match the criteria.