Class: Aws::Types::ExpenseDocument
- Inherits:
-
Object
- Object
- Aws::Types::ExpenseDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
-
#expense_index ⇒ ::Integer
Returns the value of attribute expense_index.
-
#line_item_groups ⇒ ::Array[Types::LineItemGroup]
Returns the value of attribute line_item_groups.
-
#summary_fields ⇒ ::Array[Types::ExpenseField]
Returns the value of attribute summary_fields.
Instance Attribute Details
#blocks ⇒ ::Array[Types::Block]
Returns the value of attribute blocks.
252 253 254 |
# File 'sig/types.rbs', line 252 def blocks @blocks end |
#expense_index ⇒ ::Integer
Returns the value of attribute expense_index.
249 250 251 |
# File 'sig/types.rbs', line 249 def expense_index @expense_index end |
#line_item_groups ⇒ ::Array[Types::LineItemGroup]
Returns the value of attribute line_item_groups.
251 252 253 |
# File 'sig/types.rbs', line 251 def line_item_groups @line_item_groups end |
#summary_fields ⇒ ::Array[Types::ExpenseField]
Returns the value of attribute summary_fields.
250 251 252 |
# File 'sig/types.rbs', line 250 def summary_fields @summary_fields end |