Module: Aws::BedrockAgentCoreControl::Client::_UpdateAgentRuntimeResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateAgentRuntimeResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#agent_runtime_arn::String

Returns:

  • (::String)


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

def agent_runtime_arn: () -> ::String

#agent_runtime_id::String

Returns:

  • (::String)


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

def agent_runtime_id: () -> ::String

#agent_runtime_version::String

Returns:

  • (::String)


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

def agent_runtime_version: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails