Class: Aws::Types::AssociatedObjectiveSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedObjectiveSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
24 25 26 |
# File 'sig/types.rbs', line 24 def name @name end |