Class: Aws::Types::InstanceFleetProvisioningSpecifications

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_demand_specificationTypes::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_specificationTypes::SpotProvisioningSpecification

Returns the value of attribute spot_specification.



688
689
690
# File 'sig/types.rbs', line 688

def spot_specification
  @spot_specification
end