Class: Aws::BedrockAgentCoreControl::Types::DeleteOnlineEvaluationConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteOnlineEvaluationConfigResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#online_evaluation_config_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted online evaluation configuration.
-
#online_evaluation_config_id ⇒ String
The unique identifier of the deleted online evaluation configuration.
-
#status ⇒ String
The status of the online evaluation configuration deletion operation.
Instance Attribute Details
#online_evaluation_config_arn ⇒ String
The Amazon Resource Name (ARN) of the deleted online evaluation configuration.
4927 4928 4929 4930 4931 4932 4933 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4927 class DeleteOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :status) SENSITIVE = [] include Aws::Structure end |
#online_evaluation_config_id ⇒ String
The unique identifier of the deleted online evaluation configuration.
4927 4928 4929 4930 4931 4932 4933 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4927 class DeleteOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the online evaluation configuration deletion operation.
4927 4928 4929 4930 4931 4932 4933 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4927 class DeleteOnlineEvaluationConfigResponse < Struct.new( :online_evaluation_config_arn, :online_evaluation_config_id, :status) SENSITIVE = [] include Aws::Structure end |