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.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def link @link end |
#text ⇒ ::String
Returns the value of attribute text.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def text @text end |