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)


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

def agent_runtime_arn: () -> ::String

#agent_runtime_id::String

Returns:

  • (::String)


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

def agent_runtime_id: () -> ::String

#agent_runtime_version::String

Returns:

  • (::String)


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

def agent_runtime_version: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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

#workload_identity_detailsTypes::WorkloadIdentityDetails



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

def workload_identity_details: () -> Types::WorkloadIdentityDetails