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)


17334
17335
17336
17337
17338
17339
17340
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17334

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)


17334
17335
17336
17337
17338
17339
17340
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17334

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)


17334
17335
17336
17337
17338
17339
17340
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17334

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