Class: Aws::Types::AwsRedshiftClusterClusterNode
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterClusterNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#node_role ⇒ ::String
Returns the value of attribute node_role.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#public_ip_address ⇒ ::String
Returns the value of attribute public_ip_address.
Instance Attribute Details
#node_role ⇒ ::String
Returns the value of attribute node_role.
3725 3726 3727 |
# File 'sig/types.rbs', line 3725 def node_role @node_role end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
3726 3727 3728 |
# File 'sig/types.rbs', line 3726 def private_ip_address @private_ip_address end |
#public_ip_address ⇒ ::String
Returns the value of attribute public_ip_address.
3727 3728 3729 |
# File 'sig/types.rbs', line 3727 def public_ip_address @public_ip_address end |