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
934 |
# File 'sig/client.rbs', line 934
def evaluator_arn: () -> ::String
|
#evaluator_id ⇒ ::String
935 |
# File 'sig/client.rbs', line 935
def evaluator_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
936 |
# File 'sig/client.rbs', line 936
def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING")
|