Module: Aws::BedrockAgentCoreControl::Client::_DeleteCodeInterpreterResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeleteCodeInterpreterResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#code_interpreter_id::String

Returns:

  • (::String)


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

def code_interpreter_id: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#status"CREATING", ...

Returns:

  • ("CREATING", "CREATE_FAILED", "READY", "DELETING", "DELETE_FAILED", "DELETED")


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

def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")