Class: Aws::Outposts::Types::LineItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::LineItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Information about a line item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_item_id ⇒ String
The ID of the catalog item.
-
#line_item_id ⇒ String
The ID of the line item.
-
#quantity ⇒ Integer
The quantity of the line item.
-
#status ⇒ String
The status of the line item.
Instance Attribute Details
#catalog_item_id ⇒ String
The ID of the catalog item.
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_id ⇒ String
The ID of the line item.
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 |