You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Output from an AddInstanceGroups call.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name of the cluster.

Returns:

  • (String)

    The Amazon Resource Name of the cluster.

#instance_group_idsArray<String>

Instance group IDs of the newly created instance groups.

Returns:

  • (Array<String>)

    Instance group IDs of the newly created instance groups.

#job_flow_idString

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

Returns:

  • (String)

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