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.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def address @address end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def hosted_zone_id @hosted_zone_id end |
#port ⇒ ::Integer
Returns the value of attribute port.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def port @port end |