Class: Aws::Types::UrlReference
- Inherits:
-
Object
- Object
- Aws::Types::UrlReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
9189 9190 9191 |
# File 'sig/types.rbs', line 9189 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
9190 9191 9192 |
# File 'sig/types.rbs', line 9190 def value @value end |