Class: Aws::Athena::Types::NotebookSessionSummary

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

Overview

Contains the notebook session ID and notebook session creation time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time when the notebook session was created.

Returns:

  • (Time)


3115
3116
3117
3118
3119
3120
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3115

class NotebookSessionSummary < Struct.new(
  :session_id,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The notebook session ID.

Returns:

  • (String)


3115
3116
3117
3118
3119
3120
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3115

class NotebookSessionSummary < Struct.new(
  :session_id,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end