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.
464 465 466 |
# File 'sig/types.rbs', line 464 def asset_id @asset_id end |
#mac_address_list ⇒ ::Array[::String]
Returns the value of attribute mac_address_list.
465 466 467 |
# File 'sig/types.rbs', line 465 def mac_address_list @mac_address_list end |