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)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def added_to_cluster_time
  @added_to_cluster_time
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BROKER")


1230
1231
1232
# File 'sig/types.rbs', line 1230

def node_type
  @node_type
end

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