Class: Aws::Types::LendingField
- Inherits:
-
Object
- Object
- Aws::Types::LendingField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_detection ⇒ Types::LendingDetection
Returns the value of attribute key_detection.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value_detections ⇒ ::Array[Types::LendingDetection]
Returns the value of attribute value_detections.
Instance Attribute Details
#key_detection ⇒ Types::LendingDetection
Returns the value of attribute key_detection.
489 490 491 |
# File 'sig/types.rbs', line 489 def key_detection @key_detection end |
#type ⇒ ::String
Returns the value of attribute type.
488 489 490 |
# File 'sig/types.rbs', line 488 def type @type end |
#value_detections ⇒ ::Array[Types::LendingDetection]
Returns the value of attribute value_detections.
490 491 492 |
# File 'sig/types.rbs', line 490 def value_detections @value_detections end |