Class: Aws::Bedrock::Types::StartAutomatedReasoningPolicyBuildWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::StartAutomatedReasoningPolicyBuildWorkflowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ String
The unique identifier of the newly started build workflow.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
Instance Attribute Details
#build_workflow_id ⇒ String
The unique identifier of the newly started build workflow. Use this ID to track the workflow’s progress and retrieve its results.
12153 12154 12155 12156 12157 12158 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12153 class StartAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
12153 12154 12155 12156 12157 12158 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12153 class StartAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id) SENSITIVE = [] include Aws::Structure end |