Module: Aws::BedrockAgentCoreControl::Client::_DeleteAgentRuntimeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteAgentRuntimeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#agent_runtime_id ⇒ ::String
959 |
# File 'sig/client.rbs', line 959
def agent_runtime_id: () -> ::String
|
#agent_runtime_version ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def agent_runtime_version: () -> ::String
|
#status ⇒ "CREATING", ...
958 |
# File 'sig/client.rbs', line 958
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|