Method: Aws::EMR::Types::InstanceTypeSpecification#instance_type
- Defined in:
- lib/aws-sdk-emr/types.rb
#instance_type ⇒ String
The Amazon EC2 instance type, for example ‘m3.xlarge`.
3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 |
# File 'lib/aws-sdk-emr/types.rb', line 3551 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 |