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:



3973
3974
3975
3976
3977
3978
# File 'lib/aws-sdk-emr/types.rb', line 3973

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)


3973
3974
3975
3976
3977
3978
# File 'lib/aws-sdk-emr/types.rb', line 3973

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