Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildResultAssetManifest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyBuildResultAssetManifest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A catalog of all artifacts produced by a build workflow, providing a comprehensive list of available assets including their types and identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::AutomatedReasoningPolicyBuildResultAssetManifestEntry>
The list of asset entries in the manifest, each describing an available artifact that can be retrieved.
Instance Attribute Details
#entries ⇒ Array<Types::AutomatedReasoningPolicyBuildResultAssetManifestEntry>
The list of asset entries in the manifest, each describing an available artifact that can be retrieved.
1023 1024 1025 1026 1027 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1023 class AutomatedReasoningPolicyBuildResultAssetManifest < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |