class
Amazonite::Ssm::NodeAggregator
- Amazonite::Ssm::NodeAggregator
- Reference
- Object
Overview
One or more aggregators for viewing counts of nodes using different dimensions.
Included Modules
- JSON::Serializable
Defined in:
ssm/node_aggregator.crConstructors
- .new(aggregator_type : NodeAggregatorType, type_name : NodeTypeName, attribute_name : NodeAttributeName, aggregators : Array(NodeAggregator) | Nil = nil)
- .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. -
#aggregator_type : NodeAggregatorType
The aggregator type for limiting a node summary.
-
#aggregator_type=(aggregator_type : NodeAggregatorType)
The aggregator type for limiting a node summary.
-
#aggregators : Array(NodeAggregator) | Nil
Information about aggregators used to refine a node summary.
-
#aggregators=(aggregators : Array(NodeAggregator) | Nil)
Information about aggregators used to refine a node summary.
-
#attribute_name : NodeAttributeName
The name of a node attribute on which to limit the count of nodes.
-
#attribute_name=(attribute_name : NodeAttributeName)
The name of a node attribute on which to limit the count of nodes.
-
#hash(hasher)
See
Object#hash(hasher) -
#type_name : NodeTypeName
The data type name to use for viewing counts of nodes.
-
#type_name=(type_name : NodeTypeName)
The data type name to use for viewing counts of nodes.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The aggregator type for limiting a node summary. Currently, only Count is supported.
The aggregator type for limiting a node summary. Currently, only Count is supported.
Information about aggregators used to refine a node summary.
Information about aggregators used to refine a node summary.
The name of a node attribute on which to limit the count of nodes.
The name of a node attribute on which to limit the count of nodes.
The data type name to use for viewing counts of nodes. Currently, only Instance is supported.
The data type name to use for viewing counts of nodes. Currently, only Instance is supported.