Class: Aws::BedrockRuntime::Types::GuardrailAutomatedReasoningScenario

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/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

Instance Attribute Details

#statementsArray<Types::GuardrailAutomatedReasoningStatement>

List of logical assignments and statements that define this scenario.



2021
2022
2023
2024
2025
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2021

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