Method: Aws::EMR::Types::InstanceTypeSpecification#instance_type

Defined in:
lib/aws-sdk-emr/types.rb

#instance_typeString

The EC2 instance type, for example m3.xlarge.

Returns:

  • (String)


2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
# File 'lib/aws-sdk-emr/types.rb', line 2948

class InstanceTypeSpecification < Struct.new(
  :instance_type,
  :weighted_capacity,
  :bid_price,
  :bid_price_as_percentage_of_on_demand_price,
  :configurations,
  :ebs_block_devices,
  :ebs_optimized)
  include Aws::Structure
end