Class: Aws::Types::ReferenceLink
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#link ⇒ ::String
Returns the value of attribute link.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#link ⇒ ::String
Returns the value of attribute link.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def link @link end |
#text ⇒ ::String
Returns the value of attribute text.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def text @text end |