Class: Aws::Types::PerformanceInsightsMetricQuery
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceInsightsMetricQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_by ⇒ Types::PerformanceInsightsMetricDimensionGroup
Returns the value of attribute group_by.
-
#metric ⇒ ::String
Returns the value of attribute metric.
Instance Attribute Details
#group_by ⇒ Types::PerformanceInsightsMetricDimensionGroup
Returns the value of attribute group_by.
3534 3535 3536 |
# File 'sig/types.rbs', line 3534 def group_by @group_by end |
#metric ⇒ ::String
Returns the value of attribute metric.
3535 3536 3537 |
# File 'sig/types.rbs', line 3535 def metric @metric end |