Class: Aws::BedrockAgentCoreControl::Types::DeleteEvaluatorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteEvaluatorResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted evaluator.
-
#evaluator_id ⇒ String
The unique identifier of the deleted evaluator.
-
#status ⇒ String
The status of the evaluator deletion operation.
Instance Attribute Details
#evaluator_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted evaluator.
4675 4676 4677 4678 4679 4680 4681 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4675 class DeleteEvaluatorResponse < Struct.new( :evaluator_arn, :evaluator_id, :status) SENSITIVE = [] include Aws::Structure end |
#evaluator_id ⇒ String
The unique identifier of the deleted evaluator.
4675 4676 4677 4678 4679 4680 4681 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4675 class DeleteEvaluatorResponse < Struct.new( :evaluator_arn, :evaluator_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the evaluator deletion operation.
4675 4676 4677 4678 4679 4680 4681 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4675 class DeleteEvaluatorResponse < Struct.new( :evaluator_arn, :evaluator_id, :status) SENSITIVE = [] include Aws::Structure end |