Class: Aws::Types::LineItemAssetInformation
- Inherits:
-
Object
- Object
- Aws::Types::LineItemAssetInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#mac_address_list ⇒ ::Array[::String]
Returns the value of attribute mac_address_list.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
486 487 488 |
# File 'sig/types.rbs', line 486 def asset_id @asset_id end |
#mac_address_list ⇒ ::Array[::String]
Returns the value of attribute mac_address_list.
487 488 489 |
# File 'sig/types.rbs', line 487 def mac_address_list @mac_address_list end |