Class: Aws::Outposts::Types::LineItemAssetInformation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Information about a line item asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset.

Returns:

  • (String)


1053
1054
1055
1056
1057
1058
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1053

class LineItemAssetInformation < Struct.new(
  :asset_id,
  :mac_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#mac_address_listArray<String>

The MAC addresses of the asset.

Returns:

  • (Array<String>)


1053
1054
1055
1056
1057
1058
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1053

class LineItemAssetInformation < Struct.new(
  :asset_id,
  :mac_address_list)
  SENSITIVE = []
  include Aws::Structure
end