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.
457 458 459 |
# File 'sig/types.rbs', line 457 def asset_information_list @asset_information_list end |
#catalog_item_id ⇒ ::String
Returns the value of attribute catalog_item_id.
452 453 454 |
# File 'sig/types.rbs', line 452 def catalog_item_id @catalog_item_id end |
#line_item_id ⇒ ::String
Returns the value of attribute line_item_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def line_item_id @line_item_id end |
#previous_line_item_id ⇒ ::String
Returns the value of attribute previous_line_item_id.
458 459 460 |
# File 'sig/types.rbs', line 458 def previous_line_item_id @previous_line_item_id end |
#previous_order_id ⇒ ::String
Returns the value of attribute previous_order_id.
459 460 461 |
# File 'sig/types.rbs', line 459 def previous_order_id @previous_order_id end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
454 455 456 |
# File 'sig/types.rbs', line 454 def quantity @quantity end |
#shipment_information ⇒ Types::ShipmentInformation
Returns the value of attribute shipment_information.
456 457 458 |
# File 'sig/types.rbs', line 456 def shipment_information @shipment_information end |
#status ⇒ "PREPARING", ...
Returns the value of attribute status.
455 456 457 |
# File 'sig/types.rbs', line 455 def status @status end |