Class: Aws::Types::NotebookSessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::NotebookSessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
918 919 920 |
# File 'sig/types.rbs', line 918 def creation_time @creation_time end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
917 918 919 |
# File 'sig/types.rbs', line 917 def session_id @session_id end |