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
963 |
# File 'sig/client.rbs', line 963
def agent_runtime_id: () -> ::String
|
#agent_runtime_version ⇒ ::String
964 |
# File 'sig/client.rbs', line 964
def agent_runtime_version: () -> ::String
|
#status ⇒ "CREATING", ...
962 |
# File 'sig/client.rbs', line 962
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|