Class: Aws::Athena::Types::ListNotebookMetadataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListNotebookMetadataInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::FilterDefinition
Search filter string.
-
#max_results ⇒ Integer
Specifies the maximum number of results to return.
-
#next_token ⇒ String
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
-
#work_group ⇒ String
The name of the Spark enabled workgroup to retrieve notebook metadata for.
Instance Attribute Details
#filters ⇒ Types::FilterDefinition
Search filter string.
2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-athena/types.rb', line 2454 class ListNotebookMetadataInput < Struct.new( :filters, :next_token, :max_results, :work_group) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of results to return.
2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-athena/types.rb', line 2454 class ListNotebookMetadataInput < Struct.new( :filters, :next_token, :max_results, :work_group) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-athena/types.rb', line 2454 class ListNotebookMetadataInput < Struct.new( :filters, :next_token, :max_results, :work_group) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The name of the Spark enabled workgroup to retrieve notebook metadata for.
2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-athena/types.rb', line 2454 class ListNotebookMetadataInput < Struct.new( :filters, :next_token, :max_results, :work_group) SENSITIVE = [] include Aws::Structure end |