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:



4067
4068
4069
4070
4071
4072
# File 'lib/aws-sdk-emr/types.rb', line 4067

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)


4067
4068
4069
4070
4071
4072
# File 'lib/aws-sdk-emr/types.rb', line 4067

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