Module: Aws::BedrockAgentCoreControl::Client::_CreateAgentRuntimeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAgentRuntimeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_runtime_arn ⇒ ::String
- #agent_runtime_id ⇒ ::String
- #agent_runtime_version ⇒ ::String
- #created_at ⇒ ::Time
- #status ⇒ "CREATING", ...
- #workload_identity_details ⇒ Types::WorkloadIdentityDetails
Instance Method Details
#agent_runtime_arn ⇒ ::String
100 |
# File 'sig/client.rbs', line 100
def agent_runtime_arn: () -> ::String
|
#agent_runtime_id ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def agent_runtime_id: () -> ::String
|
#agent_runtime_version ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def agent_runtime_version: () -> ::String
|
#created_at ⇒ ::Time
104 |
# File 'sig/client.rbs', line 104
def created_at: () -> ::Time
|
#status ⇒ "CREATING", ...
105 |
# File 'sig/client.rbs', line 105
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
101 |
# File 'sig/client.rbs', line 101
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|