Class: Aws::EMR::Types::ListNotebookExecutionsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

A pagination token that a subsequent ListNotebookExecutions can use to determine the next set of results to retrieve.

Returns:

  • (String)


4156
4157
4158
4159
4160
4161
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4156

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

#notebook_executionsArray<Types::NotebookExecutionSummary>

A list of notebook executions.



4156
4157
4158
4159
4160
4161
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4156

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