Class: Aws::Types::AwsRedshiftClusterEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterEndpoint
- 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.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
3821 3822 3823 |
# File 'sig/types.rbs', line 3821 def address @address end |
#port ⇒ ::Integer
Returns the value of attribute port.
3822 3823 3824 |
# File 'sig/types.rbs', line 3822 def port @port end |