Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterNode
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterClusterNode
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A node in an Amazon Redshift cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_role ⇒ String
The role of the node.
-
#private_ip_address ⇒ String
The private IP address of the node.
-
#public_ip_address ⇒ String
The public IP address of the node.
Instance Attribute Details
#node_role ⇒ String
The role of the node. A node might be a leader node or a compute node.
17337 17338 17339 17340 17341 17342 17343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17337 class AwsRedshiftClusterClusterNode < Struct.new( :node_role, :private_ip_address, :public_ip_address) SENSITIVE = [] include Aws::Structure end |
#private_ip_address ⇒ String
The private IP address of the node.
17337 17338 17339 17340 17341 17342 17343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17337 class AwsRedshiftClusterClusterNode < Struct.new( :node_role, :private_ip_address, :public_ip_address) SENSITIVE = [] include Aws::Structure end |
#public_ip_address ⇒ String
The public IP address of the node.
17337 17338 17339 17340 17341 17342 17343 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17337 class AwsRedshiftClusterClusterNode < Struct.new( :node_role, :private_ip_address, :public_ip_address) SENSITIVE = [] include Aws::Structure end |