Class: Aws::Athena::Types::GetNotebookMetadataInput

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_idString

The ID of the notebook whose metadata is to be retrieved.

Returns:

  • (String)


1598
1599
1600
1601
1602
# File 'lib/aws-sdk-athena/types.rb', line 1598

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