class Amazonite::SsmV1::InventoryAggregator

Included Modules

Defined in:

ssm_v1/inventory_aggregator.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(expression : String | Nil = nil, aggregators : Array(InventoryAggregator) | Nil = nil, groups : Array(InventoryGroup) | Nil = nil) #

[View source]

Instance Method Detail

def aggregators : Array(InventoryAggregator) | Nil #

[View source]
def aggregators=(aggregators : Array(InventoryAggregator) | Nil) #

[View source]
def expression : String | Nil #

[View source]
def expression=(expression : String | Nil) #

[View source]
def groups : Array(InventoryGroup) | Nil #

[View source]
def groups=(groups : Array(InventoryGroup) | Nil) #

[View source]