Class: Aws::Types::LineItem
- Inherits:
-
Object
- Object
- Aws::Types::LineItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_information_list ⇒ ::Array[Types::LineItemAssetInformation]
Returns the value of attribute asset_information_list.
-
#catalog_item_id ⇒ ::String
Returns the value of attribute catalog_item_id.
-
#line_item_id ⇒ ::String
Returns the value of attribute line_item_id.
-
#previous_line_item_id ⇒ ::String
Returns the value of attribute previous_line_item_id.
-
#previous_order_id ⇒ ::String
Returns the value of attribute previous_order_id.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
-
#shipment_information ⇒ Types::ShipmentInformation
Returns the value of attribute shipment_information.
-
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
Instance Attribute Details
#asset_information_list ⇒ ::Array[Types::LineItemAssetInformation]
Returns the value of attribute asset_information_list.
479 480 481 |
# File 'sig/types.rbs', line 479 def asset_information_list @asset_information_list end |
#catalog_item_id ⇒ ::String
Returns the value of attribute catalog_item_id.
474 475 476 |
# File 'sig/types.rbs', line 474 def catalog_item_id @catalog_item_id end |
#line_item_id ⇒ ::String
Returns the value of attribute line_item_id.
475 476 477 |
# File 'sig/types.rbs', line 475 def line_item_id @line_item_id end |
#previous_line_item_id ⇒ ::String
Returns the value of attribute previous_line_item_id.
480 481 482 |
# File 'sig/types.rbs', line 480 def previous_line_item_id @previous_line_item_id end |
#previous_order_id ⇒ ::String
Returns the value of attribute previous_order_id.
481 482 483 |
# File 'sig/types.rbs', line 481 def previous_order_id @previous_order_id end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
476 477 478 |
# File 'sig/types.rbs', line 476 def quantity @quantity end |
#shipment_information ⇒ Types::ShipmentInformation
Returns the value of attribute shipment_information.
478 479 480 |
# File 'sig/types.rbs', line 478 def shipment_information @shipment_information end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
477 478 479 |
# File 'sig/types.rbs', line 477 def status @status end |