Class: Aws::EMR::Types::AddInstanceGroupsOutput

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

Overview

Output from an AddInstanceGroups call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name of the cluster.

Returns:

  • (String)


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

class AddInstanceGroupsOutput < Struct.new(
  :job_flow_id,
  :instance_group_ids,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_idsArray<String>

Instance group IDs of the newly created instance groups.

Returns:

  • (Array<String>)


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

class AddInstanceGroupsOutput < Struct.new(
  :job_flow_id,
  :instance_group_ids,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_flow_idString

The job flow ID in which the instance groups are added.

Returns:

  • (String)


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

class AddInstanceGroupsOutput < Struct.new(
  :job_flow_id,
  :instance_group_ids,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end