Class: Aws::Types::NodeInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#added_to_cluster_time::String

Returns the value of attribute added_to_cluster_time.

Returns:

  • (::String)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def added_to_cluster_time
  @added_to_cluster_time
end

#broker_node_infoTypes::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_infoTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BROKER")


1269
1270
1271
# File 'sig/types.rbs', line 1269

def node_type
  @node_type
end

#zookeeper_node_infoTypes::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