Class: Aws::Types::AssetTargetNameMap
- Inherits:
-
Object
- Object
- Aws::Types::AssetTargetNameMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#target_name ⇒ ::String
Returns the value of attribute target_name.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def asset_id @asset_id end |
#target_name ⇒ ::String
Returns the value of attribute target_name.
338 339 340 |
# File 'sig/types.rbs', line 338 def target_name @target_name end |