Class: Aws::Types::WebLocation
- Inherits:
-
Object
- Object
- Aws::Types::WebLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def domain @domain end |
#url ⇒ ::String
Returns the value of attribute url.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def url @url end |