Class: Aws::SSM::Types::NodeAggregator
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::NodeAggregator
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
One or more aggregators for viewing counts of nodes using different dimensions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregator_type ⇒ String
The aggregator type for limiting a node summary.
-
#aggregators ⇒ Array<Types::NodeAggregator>
Information about aggregators used to refine a node summary.
-
#attribute_name ⇒ String
The name of a node attribute on which to limit the count of nodes.
-
#type_name ⇒ String
The data type name to use for viewing counts of nodes.
Instance Attribute Details
#aggregator_type ⇒ String
The aggregator type for limiting a node summary. Currently, only
Count
is supported.
13475 13476 13477 13478 13479 13480 13481 13482 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13475 class NodeAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :aggregators) SENSITIVE = [] include Aws::Structure end |
#aggregators ⇒ Array<Types::NodeAggregator>
Information about aggregators used to refine a node summary.
13475 13476 13477 13478 13479 13480 13481 13482 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13475 class NodeAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :aggregators) SENSITIVE = [] include Aws::Structure end |
#attribute_name ⇒ String
The name of a node attribute on which to limit the count of nodes.
13475 13476 13477 13478 13479 13480 13481 13482 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13475 class NodeAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :aggregators) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The data type name to use for viewing counts of nodes. Currently,
only Instance
is supported.
13475 13476 13477 13478 13479 13480 13481 13482 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13475 class NodeAggregator < Struct.new( :aggregator_type, :type_name, :attribute_name, :aggregators) SENSITIVE = [] include Aws::Structure end |