Class: Aws::Types::ClusterCapacityRequirements

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_demandTypes::ClusterOnDemandOptions

Returns the value of attribute on_demand.



1246
1247
1248
# File 'sig/types.rbs', line 1246

def on_demand
  @on_demand
end

#spotTypes::ClusterSpotOptions

Returns the value of attribute spot.



1245
1246
1247
# File 'sig/types.rbs', line 1245

def spot
  @spot
end