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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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:



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

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)


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

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