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.
8986 8987 8988 |
# File 'sig/types.rbs', line 8986 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
8987 8988 8989 |
# File 'sig/types.rbs', line 8987 def value @value end |