Module: Aws::BedrockAgentCore::Client::_DeleteABTestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteABTestResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#ab_test_arn ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def ab_test_arn: () -> ::String
|
#ab_test_id ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def ab_test_id: () -> ::String
|
#status ⇒ "CREATING", ...
332 |
# File 'sig/client.rbs', line 332
def status: () -> ("CREATING" | "ACTIVE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "FAILED")
|