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