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

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

#cluster_idString

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

Returns:

  • (String)


3979
3980
3981
3982
3983
3984
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3979

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)


3979
3980
3981
3982
3983
3984
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3979

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