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
879 |
# File 'sig/client.rbs', line 879
def code_interpreter_id: () -> ::String
|
#last_updated_at ⇒ ::Time
881 |
# File 'sig/client.rbs', line 881
def last_updated_at: () -> ::Time
|
#status ⇒ "CREATING", ...
880 |
# File 'sig/client.rbs', line 880
def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")
|