Class: Aws::Types::LendingField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_detectionTypes::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.

Returns:

  • (::String)


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.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def value_detections
  @value_detections
end