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)


1750
1751
1752
1753
1754
1755
1756
# File 'lib/aws-sdk-devopsagent/types.rb', line 1750

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)


1750
1751
1752
1753
1754
1755
1756
# File 'lib/aws-sdk-devopsagent/types.rb', line 1750

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)


1750
1751
1752
1753
1754
1755
1756
# File 'lib/aws-sdk-devopsagent/types.rb', line 1750

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