Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_type ⇒ String
The type of asset to retrieve (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION).
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow whose result assets you want to retrieve.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow assets you want to retrieve.
Instance Attribute Details
#asset_type ⇒ String
The type of asset to retrieve (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION).
5389 5390 5391 5392 5393 5394 5395 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5389 class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest < Struct.new( :policy_arn, :build_workflow_id, :asset_type) SENSITIVE = [] include Aws::Structure end |
#build_workflow_id ⇒ String
The unique identifier of the build workflow whose result assets you want to retrieve.
5389 5390 5391 5392 5393 5394 5395 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5389 class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest < Struct.new( :policy_arn, :build_workflow_id, :asset_type) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow assets you want to retrieve.
5389 5390 5391 5392 5393 5394 5395 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5389 class GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest < Struct.new( :policy_arn, :build_workflow_id, :asset_type) SENSITIVE = [] include Aws::Structure end |