Class: Aws::Types::Endpoint
- Inherits:
-
Object
- Object
- Aws::Types::Endpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
216 217 218 |
# File 'sig/types.rbs', line 216 def address @address end |
#port ⇒ ::Integer
Returns the value of attribute port.
217 218 219 |
# File 'sig/types.rbs', line 217 def port @port end |
#url ⇒ ::String
Returns the value of attribute url.
218 219 220 |
# File 'sig/types.rbs', line 218 def url @url end |