Class: Aws::Types::AwsRdsDbInstanceEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbInstanceEndpoint
- 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.
3569 3570 3571 |
# File 'sig/types.rbs', line 3569 def address @address end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
3571 3572 3573 |
# File 'sig/types.rbs', line 3571 def hosted_zone_id @hosted_zone_id end |
#port ⇒ ::Integer
Returns the value of attribute port.
3570 3571 3572 |
# File 'sig/types.rbs', line 3570 def port @port end |