Class: Aws::Athena::Types::GetNotebookMetadataOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_metadataTypes::NotebookMetadata

The metadata that is returned for the specified notebook ID.



1610
1611
1612
1613
1614
# File 'lib/aws-sdk-athena/types.rb', line 1610

class GetNotebookMetadataOutput < Struct.new(
  :notebook_metadata)
  SENSITIVE = []
  include Aws::Structure
end