Class: Aws::Types::PerformanceInsightsMetric
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceInsightsMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#filter ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter.
-
#metric ⇒ ::String
Returns the value of attribute metric.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#dimensions ⇒ ::Hash[::String, ::String]
Returns the value of attribute dimensions.
318 319 320 |
# File 'sig/types.rbs', line 318 def dimensions @dimensions end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
317 318 319 |
# File 'sig/types.rbs', line 317 def display_name @display_name end |
#filter ⇒ ::Hash[::String, ::String]
Returns the value of attribute filter.
319 320 321 |
# File 'sig/types.rbs', line 319 def filter @filter end |
#metric ⇒ ::String
Returns the value of attribute metric.
316 317 318 |
# File 'sig/types.rbs', line 316 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
320 321 322 |
# File 'sig/types.rbs', line 320 def value @value end |