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.
2946 2947 2948 2949 2950 2951 |
# File 'lib/aws-sdk-athena/types.rb', line 2946 class NotebookSessionSummary < Struct.new( :session_id, :creation_time) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The notebook session ID.
2946 2947 2948 2949 2950 2951 |
# File 'lib/aws-sdk-athena/types.rb', line 2946 class NotebookSessionSummary < Struct.new( :session_id, :creation_time) SENSITIVE = [] include Aws::Structure end |