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

Returns:

  • (::String)


823
# File 'sig/client.rbs', line 823

def agent_runtime_id: () -> ::String

#endpoint_name::String

Returns:

  • (::String)


824
# File 'sig/client.rbs', line 824

def endpoint_name: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED", "READY", "DELETING")


822
# File 'sig/client.rbs', line 822

def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")