Class: Aws::Types::IdentityDocumentField
- Inherits:
-
Object
- Object
- Aws::Types::IdentityDocumentField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ Types::AnalyzeIDDetections
Returns the value of attribute type.
-
#value_detection ⇒ Types::AnalyzeIDDetections
Returns the value of attribute value_detection.
Instance Attribute Details
#type ⇒ Types::AnalyzeIDDetections
Returns the value of attribute type.
453 454 455 |
# File 'sig/types.rbs', line 453 def type @type end |
#value_detection ⇒ Types::AnalyzeIDDetections
Returns the value of attribute value_detection.
454 455 456 |
# File 'sig/types.rbs', line 454 def value_detection @value_detection end |