Class: Aws::Types::RatingScaleItem
- Inherits:
-
Object
- Object
- Aws::Types::RatingScaleItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#value ⇒ Types::RatingScaleItemValue
Returns the value of attribute value.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
3246 3247 3248 |
# File 'sig/types.rbs', line 3246 def definition @definition end |
#value ⇒ Types::RatingScaleItemValue
Returns the value of attribute value.
3247 3248 3249 |
# File 'sig/types.rbs', line 3247 def value @value end |