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

Returns:

  • (::String)


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

def id: () -> ::String

#project_name::String

Returns:

  • (::String)


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

def project_name: () -> ::String

#space_name::String

Returns:

  • (::String)


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

def space_name: () -> ::String

#status"PENDING", ...

Returns:

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


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

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