Module: Aws::DataZone::Client::_StartNotebookExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartNotebookExportOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #file_format ⇒ "PDF", "IPYNB"
- #id ⇒ ::String
- #notebook_id ⇒ ::String
- #owning_project_id ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#created_at ⇒ ::Time
3636 |
# File 'sig/client.rbs', line 3636
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3637 |
# File 'sig/client.rbs', line 3637
def created_by: () -> ::String
|
#domain_id ⇒ ::String
3631 |
# File 'sig/client.rbs', line 3631
def domain_id: () -> ::String
|
#file_format ⇒ "PDF", "IPYNB"
3634 |
# File 'sig/client.rbs', line 3634
def file_format: () -> ("PDF" | "IPYNB")
|
#id ⇒ ::String
3630 |
# File 'sig/client.rbs', line 3630
def id: () -> ::String
|
#notebook_id ⇒ ::String
3633 |
# File 'sig/client.rbs', line 3633
def notebook_id: () -> ::String
|
#owning_project_id ⇒ ::String
3632 |
# File 'sig/client.rbs', line 3632
def owning_project_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
3635 |
# File 'sig/client.rbs', line 3635
def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|