Class: Aws::Types::DocLink
- Inherits:
-
Object
- Object
- Aws::Types::DocLink
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text ⇒ ::String
Returns the value of attribute text.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#text ⇒ ::String
Returns the value of attribute text.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def text @text end |
#url ⇒ ::String
Returns the value of attribute url.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def url @url end |