Class: Aws::Athena::Types::ListNotebookMetadataInput

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

#filtersTypes::FilterDefinition

Search filter string.



2452
2453
2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2452

class ListNotebookMetadataInput < Struct.new(
  :filters,
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of results to return.

Returns:

  • (Integer)


2452
2453
2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2452

class ListNotebookMetadataInput < Struct.new(
  :filters,
  :next_token,
  :max_results,
  :work_group)
  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.

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2452

class ListNotebookMetadataInput < Struct.new(
  :filters,
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The name of the Spark enabled workgroup to retrieve notebook metadata for.

Returns:

  • (String)


2452
2453
2454
2455
2456
2457
2458
2459
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2452

class ListNotebookMetadataInput < Struct.new(
  :filters,
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end