Class: Aws::EMR::Types::ListInstancesOutput

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

Overview

This output contains the list of instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instancesArray<Types::Instance>

The list of instances for the cluster and given filters.

Returns:



4310
4311
4312
4313
4314
4315
# File 'lib/aws-sdk-emr/types.rb', line 4310

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

#markerString

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

Returns:

  • (String)


4310
4311
4312
4313
4314
4315
# File 'lib/aws-sdk-emr/types.rb', line 4310

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