Class: Aws::Types::ExpenseField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currencyTypes::ExpenseCurrency

Returns the value of attribute currency.



261
262
263
# File 'sig/types.rbs', line 261

def currency
  @currency
end

#group_properties::Array[Types::ExpenseGroupProperty]

Returns the value of attribute group_properties.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def group_properties
  @group_properties
end

#label_detectionTypes::ExpenseDetection

Returns the value of attribute label_detection.



258
259
260
# File 'sig/types.rbs', line 258

def label_detection
  @label_detection
end

#page_number::Integer

Returns the value of attribute page_number.

Returns:

  • (::Integer)


260
261
262
# File 'sig/types.rbs', line 260

def page_number
  @page_number
end

#typeTypes::ExpenseType

Returns the value of attribute type.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def type
  @type
end

#value_detectionTypes::ExpenseDetection

Returns the value of attribute value_detection.



259
260
261
# File 'sig/types.rbs', line 259

def value_detection
  @value_detection
end