Class: Aws::Types::PerformanceInsightsMetricQuery
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceInsightsMetricQuery
- 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::PerformanceInsightsMetricDimensionGroup
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.
623 624 625 |
# File 'sig/types.rbs', line 623 def filter @filter end |
#group_by ⇒ Types::PerformanceInsightsMetricDimensionGroup
Returns the value of attribute group_by.
622 623 624 |
# File 'sig/types.rbs', line 622 def group_by @group_by end |
#metric ⇒ ::String
Returns the value of attribute metric.
621 622 623 |
# File 'sig/types.rbs', line 621 def metric @metric end |