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:



4202
4203
4204
4205
4206
4207
# File 'lib/aws-sdk-emr/types.rb', line 4202

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)


4202
4203
4204
4205
4206
4207
# File 'lib/aws-sdk-emr/types.rb', line 4202

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