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
2629 |
# File 'sig/client.rbs', line 2629
def agent_runtime_arn: () -> ::String
|
#agent_runtime_endpoint_arn ⇒ ::String
2628 |
# File 'sig/client.rbs', line 2628
def agent_runtime_endpoint_arn: () -> ::String
|
#created_at ⇒ ::Time
2631 |
# File 'sig/client.rbs', line 2631
def created_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
2632 |
# File 'sig/client.rbs', line 2632
def last_updated_at: () -> ::Time
|
#live_version ⇒ ::String
2626 |
# File 'sig/client.rbs', line 2626
def live_version: () -> ::String
|
#status ⇒ "CREATING", ...
2630 |
# File 'sig/client.rbs', line 2630
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
#target_version ⇒ ::String
2627 |
# File 'sig/client.rbs', line 2627
def target_version: () -> ::String
|