Module: Aws::BedrockAgentCoreControl::Client::_CreateCodeInterpreterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCodeInterpreterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #code_interpreter_arn ⇒ ::String
- #code_interpreter_id ⇒ ::String
- #created_at ⇒ ::Time
- #status ⇒ "CREATING", ...
Instance Method Details
#code_interpreter_arn ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def code_interpreter_arn: () -> ::String
|
#code_interpreter_id ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def code_interpreter_id: () -> ::String
|
#created_at ⇒ ::Time
253 |
# File 'sig/client.rbs', line 253
def created_at: () -> ::Time
|
#status ⇒ "CREATING", ...
254 |
# File 'sig/client.rbs', line 254
def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")
|