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