Module: Aws::BedrockAgentCoreControl::Client::_CreateAgentRuntimeResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#agent_runtime_arn::String

Returns:

  • (::String)


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

def agent_runtime_arn: () -> ::String

#agent_runtime_id::String

Returns:

  • (::String)


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

def agent_runtime_id: () -> ::String

#agent_runtime_version::String

Returns:

  • (::String)


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

def agent_runtime_version: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails