Class: Aws::Bedrock::Types::AutomatedReasoningPolicyScenarios
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyScenarios
- 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
-
#policy_scenarios ⇒ Array<Types::AutomatedReasoningPolicyScenario>
Represents a collection of generated policy scenarios.
Instance Attribute Details
#policy_scenarios ⇒ Array<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 |