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)


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

def agent_runtime_arn: () -> ::String

#agent_runtime_id::String

Returns:

  • (::String)


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

def agent_runtime_id: () -> ::String

#agent_runtime_version::String

Returns:

  • (::String)


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

def agent_runtime_version: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails