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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-athena/types.rb', line 2944

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

#session_idString

The notebook session ID.

Returns:

  • (String)


2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-athena/types.rb', line 2944

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