Class: Aws::Types::AIRecommendationPerformanceMetric
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendationPerformanceMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ ::String
Returns the value of attribute metric.
-
#stat ⇒ ::String
Returns the value of attribute stat.
-
#unit ⇒ ::String
Returns the value of attribute unit.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#metric ⇒ ::String
Returns the value of attribute metric.
228 229 230 |
# File 'sig/types.rbs', line 228 def metric @metric end |
#stat ⇒ ::String
Returns the value of attribute stat.
229 230 231 |
# File 'sig/types.rbs', line 229 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
231 232 233 |
# File 'sig/types.rbs', line 231 def unit @unit end |
#value ⇒ ::String
Returns the value of attribute value.
230 231 232 |
# File 'sig/types.rbs', line 230 def value @value end |