Class: Aws::EMR::Types::AddInstanceFleetOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The unique identifier of the cluster.

Returns:

  • (String)


89
90
91
92
93
# File 'lib/aws-sdk-emr/types.rb', line 89

class AddInstanceFleetOutput < Struct.new(
  :cluster_id,
  :instance_fleet_id)
  include Aws::Structure
end

#instance_fleet_idString

The unique identifier of the instance fleet.

Returns:

  • (String)


89
90
91
92
93
# File 'lib/aws-sdk-emr/types.rb', line 89

class AddInstanceFleetOutput < Struct.new(
  :cluster_id,
  :instance_fleet_id)
  include Aws::Structure
end