Class: Aws::Types::NodeAggregator
- Inherits:
-
Object
- Object
- Aws::Types::NodeAggregator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregator_type ⇒ "Count"
Returns the value of attribute aggregator_type.
-
#aggregators ⇒ ::Array[Types::NodeAggregator]
Returns the value of attribute aggregators.
-
#attribute_name ⇒ "AgentVersion", ...
Returns the value of attribute attribute_name.
-
#type_name ⇒ "Instance"
Returns the value of attribute type_name.
Instance Attribute Details
#aggregator_type ⇒ "Count"
Returns the value of attribute aggregator_type.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def aggregator_type @aggregator_type end |
#aggregators ⇒ ::Array[Types::NodeAggregator]
Returns the value of attribute aggregators.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def aggregators @aggregators end |
#attribute_name ⇒ "AgentVersion", ...
Returns the value of attribute attribute_name.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def attribute_name @attribute_name end |
#type_name ⇒ "Instance"
Returns the value of attribute type_name.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def type_name @type_name end |