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

Returns:

  • (::String)


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

def agent_runtime_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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