Class: Aws::Athena::Types::ListNotebookSessionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of notebook sessions to return.

Returns:

  • (Integer)


2498
2499
2500
2501
2502
2503
2504
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2498

class ListNotebookSessionsRequest < Struct.new(
  :notebook_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

Returns:

  • (String)


2498
2499
2500
2501
2502
2503
2504
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2498

class ListNotebookSessionsRequest < Struct.new(
  :notebook_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_idString

The ID of the notebook to list sessions for.

Returns:

  • (String)


2498
2499
2500
2501
2502
2503
2504
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2498

class ListNotebookSessionsRequest < Struct.new(
  :notebook_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end