Class: Aws::Kafka::Types::NodeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::NodeInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
The node information object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#added_to_cluster_time ⇒ String
The start time.
-
#broker_node_info ⇒ Types::BrokerNodeInfo
The broker node info.
-
#controller_node_info ⇒ Types::ControllerNodeInfo
The ControllerNodeInfo.
-
#instance_type ⇒ String
The instance type.
-
#node_arn ⇒ String
The Amazon Resource Name (ARN) of the node.
-
#node_type ⇒ String
The node type.
-
#zookeeper_node_info ⇒ Types::ZookeeperNodeInfo
The ZookeeperNodeInfo.
Instance Attribute Details
#added_to_cluster_time ⇒ String
The start time.
3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-kafka/types.rb', line 3349 class NodeInfo < Struct.new( :added_to_cluster_time, :broker_node_info, :controller_node_info, :instance_type, :node_arn, :node_type, :zookeeper_node_info) SENSITIVE = [] include Aws::Structure end |
#broker_node_info ⇒ Types::BrokerNodeInfo
The broker node info.
3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-kafka/types.rb', line 3349 class NodeInfo < Struct.new( :added_to_cluster_time, :broker_node_info, :controller_node_info, :instance_type, :node_arn, :node_type, :zookeeper_node_info) SENSITIVE = [] include Aws::Structure end |
#controller_node_info ⇒ Types::ControllerNodeInfo
The ControllerNodeInfo.
3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-kafka/types.rb', line 3349 class NodeInfo < Struct.new( :added_to_cluster_time, :broker_node_info, :controller_node_info, :instance_type, :node_arn, :node_type, :zookeeper_node_info) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The instance type.
3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-kafka/types.rb', line 3349 class NodeInfo < Struct.new( :added_to_cluster_time, :broker_node_info, :controller_node_info, :instance_type, :node_arn, :node_type, :zookeeper_node_info) SENSITIVE = [] include Aws::Structure end |
#node_arn ⇒ String
The Amazon Resource Name (ARN) of the node.
3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-kafka/types.rb', line 3349 class NodeInfo < Struct.new( :added_to_cluster_time, :broker_node_info, :controller_node_info, :instance_type, :node_arn, :node_type, :zookeeper_node_info) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The node type.
3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-kafka/types.rb', line 3349 class NodeInfo < Struct.new( :added_to_cluster_time, :broker_node_info, :controller_node_info, :instance_type, :node_arn, :node_type, :zookeeper_node_info) SENSITIVE = [] include Aws::Structure end |
#zookeeper_node_info ⇒ Types::ZookeeperNodeInfo
The ZookeeperNodeInfo.
3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-kafka/types.rb', line 3349 class NodeInfo < Struct.new( :added_to_cluster_time, :broker_node_info, :controller_node_info, :instance_type, :node_arn, :node_type, :zookeeper_node_info) SENSITIVE = [] include Aws::Structure end |