Class: Aws::Athena::Types::NotebookMetadata

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

Overview

Contains metadata for notebook, including the notebook name, ID, workgroup, and time created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time when the notebook was created.

Returns:

  • (Time)


2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'lib/aws-sdk-athena/types.rb', line 2854

class NotebookMetadata < Struct.new(
  :notebook_id,
  :name,
  :work_group,
  :creation_time,
  :type,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time when the notebook was last modified.

Returns:

  • (Time)


2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'lib/aws-sdk-athena/types.rb', line 2854

class NotebookMetadata < Struct.new(
  :notebook_id,
  :name,
  :work_group,
  :creation_time,
  :type,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the notebook.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'lib/aws-sdk-athena/types.rb', line 2854

class NotebookMetadata < Struct.new(
  :notebook_id,
  :name,
  :work_group,
  :creation_time,
  :type,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#notebook_idString

The notebook ID.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'lib/aws-sdk-athena/types.rb', line 2854

class NotebookMetadata < Struct.new(
  :notebook_id,
  :name,
  :work_group,
  :creation_time,
  :type,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of notebook. Currently, the only valid type is ‘IPYNB`.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'lib/aws-sdk-athena/types.rb', line 2854

class NotebookMetadata < Struct.new(
  :notebook_id,
  :name,
  :work_group,
  :creation_time,
  :type,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The name of the Spark enabled workgroup to which the notebook belongs.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
# File 'lib/aws-sdk-athena/types.rb', line 2854

class NotebookMetadata < Struct.new(
  :notebook_id,
  :name,
  :work_group,
  :creation_time,
  :type,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end