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

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

#notebook_metadataTypes::NotebookMetadata

The metadata that is returned for the specified notebook ID.



1623
1624
1625
1626
1627
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1623

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