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)


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

#scenarioTypes::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