Class: Aws::EMR::Types::ListInstanceFleetsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_fleetsArray<Types::InstanceFleet>

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

Returns:



3959
3960
3961
3962
3963
3964
# File 'lib/aws-sdk-emr/types.rb', line 3959

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

#markerString

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

Returns:

  • (String)


3959
3960
3961
3962
3963
3964
# File 'lib/aws-sdk-emr/types.rb', line 3959

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