Class: Aws::Types::ExpenseDocument

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blocks::Array[Types::Block]

Returns the value of attribute blocks.

Returns:



252
253
254
# File 'sig/types.rbs', line 252

def blocks
  @blocks
end

#expense_index::Integer

Returns the value of attribute expense_index.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def summary_fields
  @summary_fields
end