Class: Aws::Types::ExpenseField
- Inherits:
-
Object
- Object
- Aws::Types::ExpenseField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ Types::ExpenseCurrency
Returns the value of attribute currency.
-
#group_properties ⇒ ::Array[Types::ExpenseGroupProperty]
Returns the value of attribute group_properties.
-
#label_detection ⇒ Types::ExpenseDetection
Returns the value of attribute label_detection.
-
#page_number ⇒ ::Integer
Returns the value of attribute page_number.
-
#type ⇒ Types::ExpenseType
Returns the value of attribute type.
-
#value_detection ⇒ Types::ExpenseDetection
Returns the value of attribute value_detection.
Instance Attribute Details
#currency ⇒ Types::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.
262 263 264 |
# File 'sig/types.rbs', line 262 def group_properties @group_properties end |
#label_detection ⇒ Types::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.
260 261 262 |
# File 'sig/types.rbs', line 260 def page_number @page_number end |
#type ⇒ Types::ExpenseType
Returns the value of attribute type.
257 258 259 |
# File 'sig/types.rbs', line 257 def type @type end |
#value_detection ⇒ Types::ExpenseDetection
Returns the value of attribute value_detection.
259 260 261 |
# File 'sig/types.rbs', line 259 def value_detection @value_detection end |