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)


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

def agent_runtime_arn: () -> ::String

#agent_runtime_id::String

Returns:

  • (::String)


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

def agent_runtime_id: () -> ::String

#agent_runtime_version::String

Returns:

  • (::String)


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

def agent_runtime_version: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails