Class: Aws::Athena::Types::GetNotebookMetadataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetNotebookMetadataOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notebook_metadata ⇒ Types::NotebookMetadata
The metadata that is returned for the specified notebook ID.
Instance Attribute Details
#notebook_metadata ⇒ Types::NotebookMetadata
The metadata that is returned for the specified notebook ID.
1794 1795 1796 1797 1798 |
# File 'lib/aws-sdk-athena/types.rb', line 1794 class GetNotebookMetadataOutput < Struct.new( :notebook_metadata) SENSITIVE = [] include Aws::Structure end |