Class: Aws::Bedrock::Types::AutomatedReasoningCheckScenario
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningCheckScenario
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Represents a logical scenario where claims can be evaluated as true or false, containing specific logical assignments.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statements ⇒ Array<Types::AutomatedReasoningLogicStatement>
List of logical assignments and statements that define this scenario.
Instance Attribute Details
#statements ⇒ Array<Types::AutomatedReasoningLogicStatement>
List of logical assignments and statements that define this scenario.
460 461 462 463 464 |
# File 'lib/aws-sdk-bedrock/types.rb', line 460 class AutomatedReasoningCheckScenario < Struct.new( :statements) SENSITIVE = [] include Aws::Structure end |