Module: Aws::BedrockAgentCoreControl::Client::_CreateAgentRuntimeEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAgentRuntimeEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_runtime_arn ⇒ ::String
- #agent_runtime_endpoint_arn ⇒ ::String
- #agent_runtime_id ⇒ ::String
- #created_at ⇒ ::Time
- #endpoint_name ⇒ ::String
- #status ⇒ "CREATING", ...
- #target_version ⇒ ::String
Instance Method Details
#agent_runtime_arn ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def agent_runtime_arn: () -> ::String
|
#agent_runtime_endpoint_arn ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def agent_runtime_endpoint_arn: () -> ::String
|
#agent_runtime_id ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def agent_runtime_id: () -> ::String
|
#created_at ⇒ ::Time
166 |
# File 'sig/client.rbs', line 166
def created_at: () -> ::Time
|
#endpoint_name ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def endpoint_name: () -> ::String
|
#status ⇒ "CREATING", ...
165 |
# File 'sig/client.rbs', line 165
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
#target_version ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def target_version: () -> ::String
|