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
2373 |
# File 'sig/client.rbs', line 2373
def agent_runtime_arn: () -> ::String
|
#agent_runtime_endpoint_arn ⇒ ::String
2372 |
# File 'sig/client.rbs', line 2372
def agent_runtime_endpoint_arn: () -> ::String
|
#created_at ⇒ ::Time
2375 |
# File 'sig/client.rbs', line 2375
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
2376 |
# File 'sig/client.rbs', line 2376
def last_updated_at: () -> ::Time
|
#live_version ⇒ ::String
2370 |
# File 'sig/client.rbs', line 2370
def live_version: () -> ::String
|
#status ⇒ "CREATING", ...
2374 |
# File 'sig/client.rbs', line 2374
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
#target_version ⇒ ::String
2371 |
# File 'sig/client.rbs', line 2371
def target_version: () -> ::String
|