Module: Aws::DataZone::Client::_GetNotebookExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNotebookExportOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completed_at ⇒ ::Time
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #file_format ⇒ "PDF", "IPYNB"
- #id ⇒ ::String
- #notebook_id ⇒ ::String
- #output_location ⇒ Types::OutputLocation
- #owning_project_id ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#completed_at ⇒ ::Time
2397 |
# File 'sig/client.rbs', line 2397
def completed_at: () -> ::Time
|
#created_at ⇒ ::Time
2398 |
# File 'sig/client.rbs', line 2398
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2399 |
# File 'sig/client.rbs', line 2399
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2391 |
# File 'sig/client.rbs', line 2391
def domain_id: () -> ::String
|
#file_format ⇒ "PDF", "IPYNB"
2394 |
# File 'sig/client.rbs', line 2394
def file_format: () -> ("PDF" | "IPYNB")
|
#id ⇒ ::String
2390 |
# File 'sig/client.rbs', line 2390
def id: () -> ::String
|
#notebook_id ⇒ ::String
2393 |
# File 'sig/client.rbs', line 2393
def notebook_id: () -> ::String
|
#output_location ⇒ Types::OutputLocation
2396 |
# File 'sig/client.rbs', line 2396
def output_location: () -> Types::OutputLocation
|
#owning_project_id ⇒ ::String
2392 |
# File 'sig/client.rbs', line 2392
def owning_project_id: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
2395 |
# File 'sig/client.rbs', line 2395
def status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|