Class: Aws::Types::ClusterCapacityRequirements

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#on_demandTypes::ClusterOnDemandOptions

Returns the value of attribute on_demand.



1261
1262
1263
# File 'sig/types.rbs', line 1261

def on_demand
  @on_demand
end

#spotTypes::ClusterSpotOptions

Returns the value of attribute spot.



1260
1261
1262
# File 'sig/types.rbs', line 1260

def spot
  @spot
end