Class: Aws::DataZone::Types::AssetTargetNameMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetTargetNameMap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The name map for assets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The identifier of the inventory asset.
-
#target_name ⇒ String
The target name in the asset target name map.
Instance Attribute Details
#asset_id ⇒ String
The identifier of the inventory asset.
889 890 891 892 893 894 |
# File 'lib/aws-sdk-datazone/types.rb', line 889 class AssetTargetNameMap < Struct.new( :asset_id, :target_name) SENSITIVE = [] include Aws::Structure end |
#target_name ⇒ String
The target name in the asset target name map.
889 890 891 892 893 894 |
# File 'lib/aws-sdk-datazone/types.rb', line 889 class AssetTargetNameMap < Struct.new( :asset_id, :target_name) SENSITIVE = [] include Aws::Structure end |