class Amazonite::Ssm::InventoryAggregator

Overview

Specifies the inventory type and attribute for the aggregation execution.

Included Modules

Defined in:

ssm/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]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def aggregators : Array(InventoryAggregator) | Nil #

Nested aggregators to further refine aggregation for an inventory type.


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

Nested aggregators to further refine aggregation for an inventory type.


[View source]
def expression : String | Nil #

The inventory type and attribute name for aggregation.


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

The inventory type and attribute name for aggregation.


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

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.


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

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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]