Class: Aws::Types::AwsRedshiftClusterClusterNode

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_role::String

Returns the value of attribute node_role.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3727
3728
3729
# File 'sig/types.rbs', line 3727

def public_ip_address
  @public_ip_address
end