Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyNextScenarioResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy.

Returns:

  • (String)


6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6310

class GetAutomatedReasoningPolicyNextScenarioResponse < Struct.new(
  :policy_arn,
  :scenario)
  SENSITIVE = []
  include Aws::Structure
end

#scenarioTypes::AutomatedReasoningPolicyScenario

The next test scenario to validate, including the test expression and expected results.



6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6310

class GetAutomatedReasoningPolicyNextScenarioResponse < Struct.new(
  :policy_arn,
  :scenario)
  SENSITIVE = []
  include Aws::Structure
end