Class: Aws::Types::UrlEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::UrlEndpointInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_url ⇒ ::String
Returns the value of attribute health_url.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#health_url ⇒ ::String
Returns the value of attribute health_url.
638 639 640 |
# File 'sig/types.rbs', line 638 def health_url @health_url end |
#url ⇒ ::String
Returns the value of attribute url.
639 640 641 |
# File 'sig/types.rbs', line 639 def url @url end |