Class: Aws::Types::LineItemRequest
- Inherits:
-
Object
- Object
- Aws::Types::LineItemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_item_id ⇒ ::String
Returns the value of attribute catalog_item_id.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#catalog_item_id ⇒ ::String
Returns the value of attribute catalog_item_id.
470 471 472 |
# File 'sig/types.rbs', line 470 def catalog_item_id @catalog_item_id end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
471 472 473 |
# File 'sig/types.rbs', line 471 def quantity @quantity end |