class Amazonite::SsmV1::InventoryAggregator
- Amazonite::SsmV1::InventoryAggregator
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/inventory_aggregator.crConstructors
- .new(pull : JSON::PullParser)
- .new(expression : String | Nil = nil, aggregators : Array(InventoryAggregator) | Nil = nil, groups : Array(InventoryGroup) | Nil = nil)
Instance Method Summary
- #aggregators : Array(InventoryAggregator) | Nil
- #aggregators=(aggregators : Array(InventoryAggregator) | Nil)
- #expression : String | Nil
- #expression=(expression : String | Nil)
- #groups : Array(InventoryGroup) | Nil
- #groups=(groups : Array(InventoryGroup) | Nil)
Constructor Detail
def self.new(expression : String | Nil = nil, aggregators : Array(InventoryAggregator) | Nil = nil, groups : Array(InventoryGroup) | Nil = nil)
#