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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6248
6249
6250
6251
6252
6253
# File 'lib/aws-sdk-bedrock/types.rb', line 6248

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.



6248
6249
6250
6251
6252
6253
# File 'lib/aws-sdk-bedrock/types.rb', line 6248

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