Class: Aws::Types::GetNotebookExportOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetNotebookExportOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#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.
-
#error ⇒ Types::NotebookExportError
Returns the value of attribute error.
-
#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.
-
#output_location ⇒ Types::OutputLocation
Returns the value of attribute output_location.
-
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def completed_at @completed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3083 3084 3085 |
# File 'sig/types.rbs', line 3083 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def domain_id @domain_id end |
#error ⇒ Types::NotebookExportError
Returns the value of attribute error.
3080 3081 3082 |
# File 'sig/types.rbs', line 3080 def error @error end |
#file_format ⇒ "PDF", "IPYNB"
Returns the value of attribute file_format.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def file_format @file_format end |
#id ⇒ ::String
Returns the value of attribute id.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def id @id end |
#notebook_id ⇒ ::String
Returns the value of attribute notebook_id.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def notebook_id @notebook_id end |
#output_location ⇒ Types::OutputLocation
Returns the value of attribute output_location.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def output_location @output_location end |
#owning_project_id ⇒ ::String
Returns the value of attribute owning_project_id.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def owning_project_id @owning_project_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def status @status end |