Class: Aws::Kafka::Types::NodeInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

The node information object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#added_to_cluster_timeString

The start time.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-kafka/types.rb', line 4429

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_infoTypes::BrokerNodeInfo

The broker node info.



4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-kafka/types.rb', line 4429

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_infoTypes::ControllerNodeInfo

The ControllerNodeInfo.



4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-kafka/types.rb', line 4429

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_typeString

The instance type.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-kafka/types.rb', line 4429

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_arnString

The Amazon Resource Name (ARN) of the node.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-kafka/types.rb', line 4429

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_typeString

The node type.

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-kafka/types.rb', line 4429

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_infoTypes::ZookeeperNodeInfo

The ZookeeperNodeInfo.



4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-kafka/types.rb', line 4429

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