Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyTestResultResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_resultTypes::AutomatedReasoningPolicyTestResult

The test result containing validation findings, execution status, and detailed analysis.



6453
6454
6455
6456
6457
# File 'lib/aws-sdk-bedrock/types.rb', line 6453

class GetAutomatedReasoningPolicyTestResultResponse < Struct.new(
  :test_result)
  SENSITIVE = []
  include Aws::Structure
end