Class: Aws::Types::StartNotebookExportOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartNotebookExportOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#file_format ⇒ "PDF", "IPYNB"
Returns the value of attribute file_format.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5934 5935 5936 |
# File 'sig/types.rbs', line 5934 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
5935 5936 5937 |
# File 'sig/types.rbs', line 5935 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5929 5930 5931 |
# File 'sig/types.rbs', line 5929 def domain_id @domain_id end |
#file_format ⇒ "PDF", "IPYNB"
Returns the value of attribute file_format.
5932 5933 5934 |
# File 'sig/types.rbs', line 5932 def file_format @file_format end |
#id ⇒ ::String
Returns the value of attribute id.
5928 5929 5930 |
# File 'sig/types.rbs', line 5928 def id @id end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
5931 5932 5933 |
# File 'sig/types.rbs', line 5931 def notebook_id @notebook_id end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
5930 5931 5932 |
# File 'sig/types.rbs', line 5930 def owning_project_id @owning_project_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
5933 5934 5935 |
# File 'sig/types.rbs', line 5933 def status @status end |