Class: Aws::Types::URL
- Inherits:
-
Object
- Object
- Aws::Types::URL
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hyperlink_name ⇒ ::String
Returns the value of attribute hyperlink_name.
-
#link ⇒ ::String
Returns the value of attribute link.
Instance Attribute Details
#hyperlink_name ⇒ ::String
Returns the value of attribute hyperlink_name.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def hyperlink_name @hyperlink_name end |
#link ⇒ ::String
Returns the value of attribute link.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def link @link end |