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