Class: Aws::Athena::Types::GetNotebookMetadataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetNotebookMetadataInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_id ⇒ String
The ID of the notebook whose metadata is to be retrieved.
Instance Attribute Details
#notebook_id ⇒ String
The ID of the notebook whose metadata is to be retrieved.
1613 1614 1615 1616 1617 |
# File 'lib/aws-sdk-athena/types.rb', line 1613 class GetNotebookMetadataInput < Struct.new( :notebook_id) SENSITIVE = [] include Aws::Structure end |