Class: Aws::DevOpsAgent::Types::GetAssetContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetAssetContentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Response structure for getting an asset’s content as a zip bundle
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::AssetZipContent
The asset content as a zip file.
-
#version ⇒ Integer
The asset version this content belongs to.
Instance Attribute Details
#content ⇒ Types::AssetZipContent
The asset content as a zip file
1770 1771 1772 1773 1774 1775 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1770 class GetAssetContentResponse < Struct.new( :content, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The asset version this content belongs to
1770 1771 1772 1773 1774 1775 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1770 class GetAssetContentResponse < Struct.new( :content, :version) SENSITIVE = [] include Aws::Structure end |