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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/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)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2921

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)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2921

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)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2921

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)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2921

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)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2921

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)


2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2921

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