Class: Aws::DevOpsAgent::Types::GetAssetContentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Request structure for getting an asset’s content as a zip bundle

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier for the agent space containing the asset

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-devopsagent/types.rb', line 1891

class GetAssetContentRequest < Struct.new(
  :agent_space_id,
  :asset_id,
  :asset_version)
  SENSITIVE = []
  include Aws::Structure
end

#asset_idString

The unique identifier of the asset

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-devopsagent/types.rb', line 1891

class GetAssetContentRequest < Struct.new(
  :agent_space_id,
  :asset_id,
  :asset_version)
  SENSITIVE = []
  include Aws::Structure
end

#asset_versionInteger

The specific asset version to export. If omitted, the latest version is returned.

Returns:

  • (Integer)


1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-devopsagent/types.rb', line 1891

class GetAssetContentRequest < Struct.new(
  :agent_space_id,
  :asset_id,
  :asset_version)
  SENSITIVE = []
  include Aws::Structure
end