Class: Aws::Types::OpsAggregator
- Inherits:
-
Object
- Object
- Aws::Types::OpsAggregator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregator_type ⇒ ::String
Returns the value of attribute aggregator_type.
-
#aggregators ⇒ ::Array[Types::OpsAggregator]
Returns the value of attribute aggregators.
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#filters ⇒ ::Array[Types::OpsFilter]
Returns the value of attribute filters.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#values ⇒ ::Hash[::String, ::String]
Returns the value of attribute values.
Instance Attribute Details
#aggregator_type ⇒ ::String
Returns the value of attribute aggregator_type.
3224 3225 3226 |
# File 'sig/types.rbs', line 3224 def aggregator_type @aggregator_type end |
#aggregators ⇒ ::Array[Types::OpsAggregator]
Returns the value of attribute aggregators.
3229 3230 3231 |
# File 'sig/types.rbs', line 3229 def aggregators @aggregators end |
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
3226 3227 3228 |
# File 'sig/types.rbs', line 3226 def attribute_name @attribute_name end |
#filters ⇒ ::Array[Types::OpsFilter]
Returns the value of attribute filters.
3228 3229 3230 |
# File 'sig/types.rbs', line 3228 def filters @filters end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
3225 3226 3227 |
# File 'sig/types.rbs', line 3225 def type_name @type_name end |
#values ⇒ ::Hash[::String, ::String]
Returns the value of attribute values.
3227 3228 3229 |
# File 'sig/types.rbs', line 3227 def values @values end |