Method: Aws::EMR::Types::InstanceTypeSpecification#bid_price_as_percentage_of_on_demand_price
- Defined in:
- lib/aws-sdk-emr/types.rb
#bid_price_as_percentage_of_on_demand_price ⇒ Float
The bid price, as a percentage of On-Demand price, for each Amazon EC2 Spot Instance as defined by ‘InstanceType`. Expressed as a number (for example, 20 specifies 20%).
3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 |
# File 'lib/aws-sdk-emr/types.rb', line 3596 class InstanceTypeSpecification < Struct.new( :instance_type, :weighted_capacity, :bid_price, :bid_price_as_percentage_of_on_demand_price, :configurations, :ebs_block_devices, :ebs_optimized, :custom_ami_id, :priority) SENSITIVE = [] include Aws::Structure end |