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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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:



3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3999

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)


3999
4000
4001
4002
4003
4004
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3999

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