Class: Aws::Types::MetricQuery
- Inherits:
-
Object
- Object
- Aws::Types::MetricQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter.
-
#group_by ⇒ Types::DimensionGroup
Returns the value of attribute group_by.
-
#metric ⇒ ::String
Returns the value of attribute metric.
Instance Attribute Details
#filter ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter.
306 307 308 |
# File 'sig/types.rbs', line 306 def filter @filter end |
#group_by ⇒ Types::DimensionGroup
Returns the value of attribute group_by.
305 306 307 |
# File 'sig/types.rbs', line 305 def group_by @group_by end |
#metric ⇒ ::String
Returns the value of attribute metric.
304 305 306 |
# File 'sig/types.rbs', line 304 def metric @metric end |