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