Class: Aws::Types::PerformanceInsightsStat
- Inherits:
-
Object
- Object
- Aws::Types::PerformanceInsightsStat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ ::String
Returns the value of attribute type.
660 661 662 |
# File 'sig/types.rbs', line 660 def type @type end |
#value ⇒ ::Float
Returns the value of attribute value.
661 662 663 |
# File 'sig/types.rbs', line 661 def value @value end |