Class: Aws::Types::NodeInfo
- Inherits:
-
Object
- Object
- Aws::Types::NodeInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#added_to_cluster_time ⇒ ::String
Returns the value of attribute added_to_cluster_time.
-
#broker_node_info ⇒ Types::BrokerNodeInfo
Returns the value of attribute broker_node_info.
-
#controller_node_info ⇒ Types::ControllerNodeInfo
Returns the value of attribute controller_node_info.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#node_arn ⇒ ::String
Returns the value of attribute node_arn.
-
#node_type ⇒ "BROKER"
Returns the value of attribute node_type.
-
#zookeeper_node_info ⇒ Types::ZookeeperNodeInfo
Returns the value of attribute zookeeper_node_info.
Instance Attribute Details
#added_to_cluster_time ⇒ ::String
Returns the value of attribute added_to_cluster_time.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def added_to_cluster_time @added_to_cluster_time end |
#broker_node_info ⇒ Types::BrokerNodeInfo
Returns the value of attribute broker_node_info.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def broker_node_info @broker_node_info end |
#controller_node_info ⇒ Types::ControllerNodeInfo
Returns the value of attribute controller_node_info.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def controller_node_info @controller_node_info end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def instance_type @instance_type end |
#node_arn ⇒ ::String
Returns the value of attribute node_arn.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def node_arn @node_arn end |
#node_type ⇒ "BROKER"
Returns the value of attribute node_type.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def node_type @node_type end |
#zookeeper_node_info ⇒ Types::ZookeeperNodeInfo
Returns the value of attribute zookeeper_node_info.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def zookeeper_node_info @zookeeper_node_info end |