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
373 |
# File 'sig/client.rbs', line 373
def code_interpreter_arn: () -> ::String
|
#code_interpreter_id ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def code_interpreter_id: () -> ::String
|
#created_at ⇒ ::Time
374 |
# File 'sig/client.rbs', line 374
def created_at: () -> ::Time
|
#status ⇒ "CREATING", ...
375 |
# File 'sig/client.rbs', line 375
def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")
|