Class: Aws::Types::NodeProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#main_node::Integer

Returns the value of attribute main_node.

Returns:

  • (::Integer)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def main_node
  @main_node
end

#node_range_properties::Array[Types::NodeRangeProperty]

Returns the value of attribute node_range_properties.

Returns:



1323
1324
1325
# File 'sig/types.rbs', line 1323

def node_range_properties
  @node_range_properties
end

#num_nodes::Integer

Returns the value of attribute num_nodes.

Returns:

  • (::Integer)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def num_nodes
  @num_nodes
end