Class: Aws::Types::CustomMetricDefinition
- Inherits:
-
Object
- Object
- Aws::Types::CustomMetricDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instructions ⇒ ::String
Returns the value of attribute instructions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rating_scale ⇒ ::Array[Types::RatingScaleItem]
Returns the value of attribute rating_scale.
Instance Attribute Details
#instructions ⇒ ::String
Returns the value of attribute instructions.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def instructions @instructions end |
#name ⇒ ::String
Returns the value of attribute name.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def name @name end |
#rating_scale ⇒ ::Array[Types::RatingScaleItem]
Returns the value of attribute rating_scale.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def @rating_scale end |