Module: Aws::DataZone::Client::_StopNotebookRunResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopNotebookRunOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#domain_id ⇒ ::String
3723 |
# File 'sig/client.rbs', line 3723
def domain_id: () -> ::String
|
#id ⇒ ::String
3722 |
# File 'sig/client.rbs', line 3722
def id: () -> ::String
|
#owning_project_id ⇒ ::String
3724 |
# File 'sig/client.rbs', line 3724
def owning_project_id: () -> ::String
|
#status ⇒ "QUEUED", ...
3725 |
# File 'sig/client.rbs', line 3725
def status: () -> ("QUEUED" | "STARTING" | "RUNNING" | "STOPPING" | "STOPPED" | "SUCCEEDED" | "FAILED")
|