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
1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1847 class GetAssetContentResponse < Struct.new( :content, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The asset version this content belongs to
1847 1848 1849 1850 1851 1852 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1847 class GetAssetContentResponse < Struct.new( :content, :version) SENSITIVE = [] include Aws::Structure end |