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