Class: Aws::EMR::Types::ListInstanceGroupsInput

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

#cluster_idString

The identifier of the cluster for which to list the instance groups.

Returns:

  • (String)


4222
4223
4224
4225
4226
4227
# File 'lib/aws-sdk-emr/types.rb', line 4222

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

#markerString

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

Returns:

  • (String)


4222
4223
4224
4225
4226
4227
# File 'lib/aws-sdk-emr/types.rb', line 4222

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