Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_assets ⇒ Types::AutomatedReasoningPolicyBuildResultAssets
The requested build workflow asset.
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
Instance Attribute Details
#build_workflow_assets ⇒ Types::AutomatedReasoningPolicyBuildResultAssets
The requested build workflow asset. This is a union type that returns only one of the available asset types (logs, reports, or generated artifacts) based on the specific asset type requested in the API call.
5363 5364 5365 5366 5367 5368 5369 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5363 class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse < Struct.new( :policy_arn, :build_workflow_id, :build_workflow_assets) SENSITIVE = [] include Aws::Structure end |
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
5363 5364 5365 5366 5367 5368 5369 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5363 class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse < Struct.new( :policy_arn, :build_workflow_id, :build_workflow_assets) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
5363 5364 5365 5366 5367 5368 5369 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5363 class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse < Struct.new( :policy_arn, :build_workflow_id, :build_workflow_assets) SENSITIVE = [] include Aws::Structure end |