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
121 |
# File 'sig/client.rbs', line 121
def agent_runtime_arn: () -> ::String
|
#agent_runtime_id ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def agent_runtime_id: () -> ::String
|
#agent_runtime_version ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def agent_runtime_version: () -> ::String
|
#created_at ⇒ ::Time
125 |
# File 'sig/client.rbs', line 125
def created_at: () -> ::Time
|
#status ⇒ "CREATING", ...
126 |
# File 'sig/client.rbs', line 126
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
122 |
# File 'sig/client.rbs', line 122
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|