Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyNextScenarioRequest

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

#build_workflow_idString

The unique identifier of the build workflow associated with the test scenarios.

Returns:

  • (String)


5434
5435
5436
5437
5438
5439
# File 'lib/aws-sdk-bedrock/types.rb', line 5434

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

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy for which you want to get the next test scenario.

Returns:

  • (String)


5434
5435
5436
5437
5438
5439
# File 'lib/aws-sdk-bedrock/types.rb', line 5434

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