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.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def added_to_cluster_time @added_to_cluster_time end |
#broker_node_info ⇒ Types::BrokerNodeInfo
Returns the value of attribute broker_node_info.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def broker_node_info @broker_node_info end |
#controller_node_info ⇒ Types::ControllerNodeInfo
Returns the value of attribute controller_node_info.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def controller_node_info @controller_node_info end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def instance_type @instance_type end |
#node_arn ⇒ ::String
Returns the value of attribute node_arn.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def node_arn @node_arn end |
#node_type ⇒ "BROKER"
Returns the value of attribute node_type.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def node_type @node_type end |
#zookeeper_node_info ⇒ Types::ZookeeperNodeInfo
Returns the value of attribute zookeeper_node_info.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def zookeeper_node_info @zookeeper_node_info end |