Method: Aws::EMR::Types::Instance#instance_fleet_id

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

#instance_fleet_idString

The unique identifier of the instance fleet to which an Amazon EC2 instance belongs.

Returns:

  • (String)


2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
# File 'lib/aws-sdk-emr/types.rb', line 2454

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