Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterNode

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

A node in an Amazon Redshift cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_roleString

The role of the node. A node might be a leader node or a compute node.

Returns:

  • (String)


16672
16673
16674
16675
16676
16677
16678
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16672

class AwsRedshiftClusterClusterNode < Struct.new(
  :node_role,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#private_ip_addressString

The private IP address of the node.

Returns:

  • (String)


16672
16673
16674
16675
16676
16677
16678
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16672

class AwsRedshiftClusterClusterNode < Struct.new(
  :node_role,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#public_ip_addressString

The public IP address of the node.

Returns:

  • (String)


16672
16673
16674
16675
16676
16677
16678
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16672

class AwsRedshiftClusterClusterNode < Struct.new(
  :node_role,
  :private_ip_address,
  :public_ip_address)
  SENSITIVE = []
  include Aws::Structure
end