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.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
729 730 731 |
# File 'sig/types.rbs', line 729 def address @address end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
731 732 733 |
# File 'sig/types.rbs', line 731 def hosted_zone_id @hosted_zone_id end |
#port ⇒ ::Integer
Returns the value of attribute port.
730 731 732 |
# File 'sig/types.rbs', line 730 def port @port end |