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

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_idString

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

Returns:

  • (String)


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

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