Module: Aws::BedrockAgentCoreControl::Client::_DeleteEvaluatorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteEvaluatorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#evaluator_arn ⇒ ::String
928 |
# File 'sig/client.rbs', line 928
def evaluator_arn: () -> ::String
|
#evaluator_id ⇒ ::String
929 |
# File 'sig/client.rbs', line 929
def evaluator_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
930 |
# File 'sig/client.rbs', line 930
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING")
|