Class: Aws::Types::InstanceFleetProvisioningSpecifications
- Inherits:
-
Object
- Object
- Aws::Types::InstanceFleetProvisioningSpecifications
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_demand_specification ⇒ Types::OnDemandProvisioningSpecification
Returns the value of attribute on_demand_specification.
-
#spot_specification ⇒ Types::SpotProvisioningSpecification
Returns the value of attribute spot_specification.
Instance Attribute Details
#on_demand_specification ⇒ Types::OnDemandProvisioningSpecification
Returns the value of attribute on_demand_specification.
689 690 691 |
# File 'sig/types.rbs', line 689 def on_demand_specification @on_demand_specification end |
#spot_specification ⇒ Types::SpotProvisioningSpecification
Returns the value of attribute spot_specification.
688 689 690 |
# File 'sig/types.rbs', line 688 def spot_specification @spot_specification end |