Class: Aws::Bedrock::Types::AutomatedReasoningPolicyScenarios

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

Overview

Contains a comprehensive entity encompassing all the scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_scenariosArray<Types::AutomatedReasoningPolicyScenario>

Represents a collection of generated policy scenarios.



1757
1758
1759
1760
1761
# File 'lib/aws-sdk-bedrock/types.rb', line 1757

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