Class: Aws::Types::ClusterCapacityRequirements
- Inherits:
-
Object
- Object
- Aws::Types::ClusterCapacityRequirements
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_demand ⇒ Types::ClusterOnDemandOptions
Returns the value of attribute on_demand.
-
#spot ⇒ Types::ClusterSpotOptions
Returns the value of attribute spot.
Instance Attribute Details
#on_demand ⇒ Types::ClusterOnDemandOptions
Returns the value of attribute on_demand.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def on_demand @on_demand end |
#spot ⇒ Types::ClusterSpotOptions
Returns the value of attribute spot.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def spot @spot end |