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