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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name of the cluster.

Returns:

  • (String)


44
45
46
47
48
49
50
# File 'lib/aws-sdk-emr/types.rb', line 44

class AddInstanceFleetOutput < Struct.new(
  :cluster_id,
  :instance_fleet_id,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_idString

The unique identifier of the cluster.

Returns:

  • (String)


44
45
46
47
48
49
50
# File 'lib/aws-sdk-emr/types.rb', line 44

class AddInstanceFleetOutput < Struct.new(
  :cluster_id,
  :instance_fleet_id,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#instance_fleet_idString

The unique identifier of the instance fleet.

Returns:

  • (String)


44
45
46
47
48
49
50
# File 'lib/aws-sdk-emr/types.rb', line 44

class AddInstanceFleetOutput < Struct.new(
  :cluster_id,
  :instance_fleet_id,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end