Class: Aws::Bedrock::Types::StartAutomatedReasoningPolicyTestWorkflowResponse

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 policy for which the test workflow was started.

Returns:

  • (String)


12017
12018
12019
12020
12021
# File 'lib/aws-sdk-bedrock/types.rb', line 12017

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