Class: Aws::Bedrock::Types::AutomatedReasoningCheckScenario
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningCheckScenario
- Defined in:
- gems/aws-sdk-bedrock/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.
377 378 379 380 381 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 377 class AutomatedReasoningCheckScenario < Struct.new( :statements) SENSITIVE = [] include Aws::Structure end |