Module: Aws::BedrockAgentCoreControl::Client::_UpdateAgentRuntimeEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAgentRuntimeEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_runtime_arn ⇒ ::String
- #agent_runtime_endpoint_arn ⇒ ::String
- #created_at ⇒ ::Time
- #last_updated_at ⇒ ::Time
- #live_version ⇒ ::String
- #status ⇒ "CREATING", ...
- #target_version ⇒ ::String
Instance Method Details
#agent_runtime_arn ⇒ ::String
2381 |
# File 'sig/client.rbs', line 2381
def agent_runtime_arn: () -> ::String
|
#agent_runtime_endpoint_arn ⇒ ::String
2380 |
# File 'sig/client.rbs', line 2380
def agent_runtime_endpoint_arn: () -> ::String
|
#created_at ⇒ ::Time
2383 |
# File 'sig/client.rbs', line 2383
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
2384 |
# File 'sig/client.rbs', line 2384
def last_updated_at: () -> ::Time
|
#live_version ⇒ ::String
2378 |
# File 'sig/client.rbs', line 2378
def live_version: () -> ::String
|
#status ⇒ "CREATING", ...
2382 |
# File 'sig/client.rbs', line 2382
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
#target_version ⇒ ::String
2379 |
# File 'sig/client.rbs', line 2379
def target_version: () -> ::String
|