Class: Aws::Bedrock::Types::StartAutomatedReasoningPolicyTestWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::StartAutomatedReasoningPolicyTestWorkflowResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy for which the test workflow was started.
Instance Attribute Details
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy for which the test workflow was started.
12179 12180 12181 12182 12183 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12179 class StartAutomatedReasoningPolicyTestWorkflowResponse < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |