| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Athena.Types.NotebookSessionSummary
Description
Documentation
data NotebookSessionSummary Source #
Contains the notebook session ID and notebook session creation time.
See: newNotebookSessionSummary smart constructor.
Constructors
| NotebookSessionSummary' | |
Instances
newNotebookSessionSummary :: NotebookSessionSummary Source #
Create a value of NotebookSessionSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:NotebookSessionSummary', notebookSessionSummary_creationTime - The time when the notebook session was created.
$sel:sessionId:NotebookSessionSummary', notebookSessionSummary_sessionId - The notebook session ID.
notebookSessionSummary_creationTime :: Lens' NotebookSessionSummary (Maybe UTCTime) Source #
The time when the notebook session was created.
notebookSessionSummary_sessionId :: Lens' NotebookSessionSummary (Maybe Text) Source #
The notebook session ID.