Class: Aws::Athena::Types::NotebookSessionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::NotebookSessionSummary
- 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
-
#creation_time ⇒ Time
The time when the notebook session was created.
-
#session_id ⇒ String
The notebook session ID.
Instance Attribute Details
#creation_time ⇒ Time
The time when the notebook session was created.
3115 3116 3117 3118 3119 3120 |
# File 'lib/aws-sdk-athena/types.rb', line 3115 class NotebookSessionSummary < Struct.new( :session_id, :creation_time) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The notebook session ID.
3115 3116 3117 3118 3119 3120 |
# File 'lib/aws-sdk-athena/types.rb', line 3115 class NotebookSessionSummary < Struct.new( :session_id, :creation_time) SENSITIVE = [] include Aws::Structure end |