Class: Aws::EMR::Types::ListInstanceGroupsOutput

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

Overview

This input determines which instance groups to retrieve.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_groupsArray<Types::InstanceGroup>

The list of instance groups for the cluster and given filters.

Returns:



4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-emr/types.rb', line 4013

class ListInstanceGroupsOutput < Struct.new(
  :instance_groups,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


4013
4014
4015
4016
4017
4018
# File 'lib/aws-sdk-emr/types.rb', line 4013

class ListInstanceGroupsOutput < Struct.new(
  :instance_groups,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end