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:



4026
4027
4028
4029
4030
4031
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4026

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)


4026
4027
4028
4029
4030
4031
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4026

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