Class: Aws::Types::LineItemGroup
- Inherits:
-
Object
- Object
- Aws::Types::LineItemGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#line_item_group_index ⇒ ::Integer
Returns the value of attribute line_item_group_index.
-
#line_items ⇒ ::Array[Types::LineItemFields]
Returns the value of attribute line_items.
Instance Attribute Details
#line_item_group_index ⇒ ::Integer
Returns the value of attribute line_item_group_index.
516 517 518 |
# File 'sig/types.rbs', line 516 def line_item_group_index @line_item_group_index end |
#line_items ⇒ ::Array[Types::LineItemFields]
Returns the value of attribute line_items.
517 518 519 |
# File 'sig/types.rbs', line 517 def line_items @line_items end |