Class: Aws::DataZone::Types::AssetTargetNameMap

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The name map for assets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The identifier of the inventory asset.

Returns:

  • (String)


570
571
572
573
574
575
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 570

class AssetTargetNameMap < Struct.new(
  :asset_id,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_nameString

The target name in the asset target name map.

Returns:

  • (String)


570
571
572
573
574
575
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 570

class AssetTargetNameMap < Struct.new(
  :asset_id,
  :target_name)
  SENSITIVE = []
  include Aws::Structure
end