Class: Aws::DevOpsAgent::Types::GetAssetContentResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contentTypes::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

#versionInteger

The asset version this content belongs to

Returns:

  • (Integer)


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