Module: Aws::CodeCatalyst::Client::_StopDevEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopDevEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#id ⇒ ::String
616 |
# File 'sig/client.rbs', line 616
def id: () -> ::String
|
#project_name ⇒ ::String
615 |
# File 'sig/client.rbs', line 615
def project_name: () -> ::String
|
#space_name ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def space_name: () -> ::String
|
#status ⇒ "PENDING", ...
617 |
# File 'sig/client.rbs', line 617
def status: () -> ("PENDING" | "RUNNING" | "STARTING" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")
|