Class: Aws::Types::AssetTargetNameMap

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def target_name
  @target_name
end