Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyNextScenarioResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyNextScenarioResponse
- Defined in:
- gems/aws-sdk-bedrock/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.
5220 5221 5222 5223 5224 5225 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5220 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.
5220 5221 5222 5223 5224 5225 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5220 class GetAutomatedReasoningPolicyNextScenarioResponse < Struct.new( :policy_arn, :scenario) SENSITIVE = [] include Aws::Structure end |