Module: Aws::BedrockAgentCoreControl::Client::_DeleteAgentRuntimeEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteAgentRuntimeEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#agent_runtime_id ⇒ ::String
823 |
# File 'sig/client.rbs', line 823
def agent_runtime_id: () -> ::String
|
#endpoint_name ⇒ ::String
824 |
# File 'sig/client.rbs', line 824
def endpoint_name: () -> ::String
|
#status ⇒ "CREATING", ...
822 |
# File 'sig/client.rbs', line 822
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|