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
3629 |
# File 'sig/client.rbs', line 3629
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3630 |
# File 'sig/client.rbs', line 3630
def created_by: () -> ::String
|
#domain_id ⇒ ::String
3624 |
# File 'sig/client.rbs', line 3624
def domain_id: () -> ::String
|
#file_format ⇒ "PDF", "IPYNB"
3627 |
# File 'sig/client.rbs', line 3627
def file_format: () -> ("PDF" | "IPYNB")
|
#id ⇒ ::String
3623 |
# File 'sig/client.rbs', line 3623
def id: () -> ::String
|
#notebook_id ⇒ ::String
3626 |
# File 'sig/client.rbs', line 3626
def notebook_id: () -> ::String
|
#owning_project_id ⇒ ::String
3625 |
# File 'sig/client.rbs', line 3625
def owning_project_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
3628 |
# File 'sig/client.rbs', line 3628
def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|