Class: Aws::DevOpsAgent::Types::GetAssetRequest

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

Overview

Request structure for getting an asset

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)


1915
1916
1917
1918
1919
1920
1921
# File 'lib/aws-sdk-devopsagent/types.rb', line 1915

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

#asset_idString

The unique identifier of the asset to retrieve

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
1921
# File 'lib/aws-sdk-devopsagent/types.rb', line 1915

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

#asset_versionInteger

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

Returns:

  • (Integer)


1915
1916
1917
1918
1919
1920
1921
# File 'lib/aws-sdk-devopsagent/types.rb', line 1915

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