Class: Aws::Types::GoalContent
- Inherits:
-
Object
- Object
- Aws::Types::GoalContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#objectives ⇒ ::String
Returns the value of attribute objectives.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
760 761 762 |
# File 'sig/types.rbs', line 760 def description @description end |
#objectives ⇒ ::String
Returns the value of attribute objectives.
761 762 763 |
# File 'sig/types.rbs', line 761 def objectives @objectives end |