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.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def added_to_cluster_time @added_to_cluster_time end |
#broker_node_info ⇒ Types::BrokerNodeInfo
Returns the value of attribute broker_node_info.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def broker_node_info @broker_node_info end |
#controller_node_info ⇒ Types::ControllerNodeInfo
Returns the value of attribute controller_node_info.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def controller_node_info @controller_node_info end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def instance_type @instance_type end |
#node_arn ⇒ ::String
Returns the value of attribute node_arn.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def node_arn @node_arn end |
#node_type ⇒ "BROKER"
Returns the value of attribute node_type.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def node_type @node_type end |
#zookeeper_node_info ⇒ Types::ZookeeperNodeInfo
Returns the value of attribute zookeeper_node_info.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def zookeeper_node_info @zookeeper_node_info end |