Class: Aws::Types::PerformanceInsightsMetricDimensionGroup
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceInsightsMetricDimensionGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[::String]
Returns the value of attribute dimensions.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
Instance Attribute Details
#dimensions ⇒ ::Array[::String]
Returns the value of attribute dimensions.
3527 3528 3529 |
# File 'sig/types.rbs', line 3527 def dimensions @dimensions end |
#group ⇒ ::String
Returns the value of attribute group.
3528 3529 3530 |
# File 'sig/types.rbs', line 3528 def group @group end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
3529 3530 3531 |
# File 'sig/types.rbs', line 3529 def limit @limit end |