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)


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

def agent_runtime_arn: () -> ::String

#agent_runtime_id::String

Returns:

  • (::String)


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

def agent_runtime_id: () -> ::String

#agent_runtime_version::String

Returns:

  • (::String)


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

def agent_runtime_version: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails