Method: Aws::EMR::Types::Instance#instance_type

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

#instance_typeString

The Amazon EC2 instance type, for example m3.xlarge.

Returns:

  • (String)


2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
# File 'lib/aws-sdk-emr/types.rb', line 2497

class Instance < Struct.new(
  :id,
  :ec2_instance_id,
  :public_dns_name,
  :public_ip_address,
  :private_dns_name,
  :private_ip_address,
  :status,
  :instance_group_id,
  :instance_fleet_id,
  :market,
  :instance_type,
  :ebs_volumes)
  SENSITIVE = []
  include Aws::Structure
end