Class: Aws::Types::NodePropertiesSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_main_nodeBoolean

Returns the value of attribute is_main_node.

Returns:

  • (Boolean)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def is_main_node
  @is_main_node
end

#node_index::Integer

Returns the value of attribute node_index.

Returns:

  • (::Integer)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def node_index
  @node_index
end

#num_nodes::Integer

Returns the value of attribute num_nodes.

Returns:

  • (::Integer)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def num_nodes
  @num_nodes
end