Class: Aws::Outposts::Types::LineItem

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

Overview

Information about a line item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_item_idString

The ID of the catalog item.

Returns:

  • (String)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-outposts/types.rb', line 889

class LineItem < Struct.new(
  :catalog_item_id,
  :line_item_id,
  :quantity,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#line_item_idString

The ID of the line item.

Returns:

  • (String)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-outposts/types.rb', line 889

class LineItem < Struct.new(
  :catalog_item_id,
  :line_item_id,
  :quantity,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The quantity of the line item.

Returns:

  • (Integer)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-outposts/types.rb', line 889

class LineItem < Struct.new(
  :catalog_item_id,
  :line_item_id,
  :quantity,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the line item.

Returns:

  • (String)


889
890
891
892
893
894
895
896
# File 'lib/aws-sdk-outposts/types.rb', line 889

class LineItem < Struct.new(
  :catalog_item_id,
  :line_item_id,
  :quantity,
  :status)
  SENSITIVE = []
  include Aws::Structure
end