Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyNextScenarioResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyNextScenarioResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
-
#scenario ⇒ Types::AutomatedReasoningPolicyScenario
The next test scenario to validate, including the test expression and expected results.
Instance Attribute Details
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
5401 5402 5403 5404 5405 5406 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5401 class GetAutomatedReasoningPolicyNextScenarioResponse < Struct.new( :policy_arn, :scenario) SENSITIVE = [] include Aws::Structure end |
#scenario ⇒ Types::AutomatedReasoningPolicyScenario
The next test scenario to validate, including the test expression and expected results.
5401 5402 5403 5404 5405 5406 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5401 class GetAutomatedReasoningPolicyNextScenarioResponse < Struct.new( :policy_arn, :scenario) SENSITIVE = [] include Aws::Structure end |