Class: Aws::Types::PerformanceInsightsReferenceData
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceInsightsReferenceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_values ⇒ Types::PerformanceInsightsReferenceComparisonValues
Returns the value of attribute comparison_values.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#comparison_values ⇒ Types::PerformanceInsightsReferenceComparisonValues
Returns the value of attribute comparison_values.
645 646 647 |
# File 'sig/types.rbs', line 645 def comparison_values @comparison_values end |
#name ⇒ ::String
Returns the value of attribute name.
644 645 646 |
# File 'sig/types.rbs', line 644 def name @name end |