Class: Aws::Athena::Types::CreateNotebookOutput

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

A unique identifier for the notebook.

Returns:

  • (String)


772
773
774
775
776
# File 'lib/aws-sdk-athena/types.rb', line 772

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