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
138 |
# File 'sig/client.rbs', line 138
def agent_runtime_arn: () -> ::String
|
#agent_runtime_endpoint_arn ⇒ ::String
137 |
# File 'sig/client.rbs', line 137
def agent_runtime_endpoint_arn: () -> ::String
|
#agent_runtime_id ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def agent_runtime_id: () -> ::String
|
#created_at ⇒ ::Time
142 |
# File 'sig/client.rbs', line 142
def created_at: () -> ::Time
|
#endpoint_name ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def endpoint_name: () -> ::String
|
#status ⇒ "CREATING", ...
141 |
# File 'sig/client.rbs', line 141
def status: () -> ("CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING")
|
#target_version ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def target_version: () -> ::String
|