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)


825
826
827
828
829
830
831
832
# File 'lib/aws-sdk-outposts/types.rb', line 825

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)


825
826
827
828
829
830
831
832
# File 'lib/aws-sdk-outposts/types.rb', line 825

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)


825
826
827
828
829
830
831
832
# File 'lib/aws-sdk-outposts/types.rb', line 825

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)


825
826
827
828
829
830
831
832
# File 'lib/aws-sdk-outposts/types.rb', line 825

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