Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildResultAssetManifestEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyBuildResultAssetManifestEntry
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Represents a single entry in the asset manifest, describing one artifact produced by the build workflow.
Constant Summary collapse
- SENSITIVE =
[:asset_name]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
A unique identifier for the asset, if applicable.
-
#asset_name ⇒ String
A human-readable name for the asset, if applicable.
-
#asset_type ⇒ String
The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).
Instance Attribute Details
#asset_id ⇒ String
A unique identifier for the asset, if applicable. Use this ID when requesting specific assets through the API.
1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1050 class AutomatedReasoningPolicyBuildResultAssetManifestEntry < Struct.new( :asset_type, :asset_name, :asset_id) SENSITIVE = [:asset_name] include Aws::Structure end |
#asset_name ⇒ String
A human-readable name for the asset, if applicable. This helps identify specific documents or reports within the workflow results.
1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1050 class AutomatedReasoningPolicyBuildResultAssetManifestEntry < Struct.new( :asset_type, :asset_name, :asset_id) SENSITIVE = [:asset_name] include Aws::Structure end |
#asset_type ⇒ String
The type of asset (e.g., BUILD_LOG, QUALITY_REPORT, POLICY_DEFINITION, GENERATED_TEST_CASES, POLICY_SCENARIOS, FIDELITY_REPORT, ASSET_MANIFEST, SOURCE_DOCUMENT).
1050 1051 1052 1053 1054 1055 1056 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1050 class AutomatedReasoningPolicyBuildResultAssetManifestEntry < Struct.new( :asset_type, :asset_name, :asset_id) SENSITIVE = [:asset_name] include Aws::Structure end |