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

Returns:

  • (::String)


616
# File 'sig/client.rbs', line 616

def id: () -> ::String

#project_name::String

Returns:

  • (::String)


615
# File 'sig/client.rbs', line 615

def project_name: () -> ::String

#space_name::String

Returns:

  • (::String)


614
# File 'sig/client.rbs', line 614

def space_name: () -> ::String

#status"PENDING", ...

Returns:

  • ("PENDING", "RUNNING", "STARTING", "STOPPING", "STOPPED", "FAILED", "DELETING", "DELETED")


617
# File 'sig/client.rbs', line 617

def status: () -> ("PENDING" | "RUNNING" | "STARTING" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED")