

# AssetContent
<a name="API_AssetContent"></a>

Content for an asset, either a single file or a zip bundle

## Contents
<a name="API_AssetContent_Contents"></a>

**Important**  
This data type is a UNION, so only one of the following members can be specified when used or returned.

 ** file **   <a name="devopsagent-Type-AssetContent-file"></a>
A single file with path and content  
Type: [AssetFileContent](API_AssetFileContent.md) object  
Required: No

 ** zip **   <a name="devopsagent-Type-AssetContent-zip"></a>
A zip file containing multiple files  
Type: [AssetZipContent](API_AssetZipContent.md) object  
Required: No

## See Also
<a name="API_AssetContent_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/devops-agent-2026-01-01/AssetContent) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/devops-agent-2026-01-01/AssetContent) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/devops-agent-2026-01-01/AssetContent) 