Class: Aws::Types::PiiEntity
- Inherits:
-
Object
- Object
- Aws::Types::PiiEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#type ⇒ "BANK_ACCOUNT_NUMBER", ...
Returns the value of attribute type.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def begin_offset @begin_offset end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def end_offset @end_offset end |
#score ⇒ ::Float
Returns the value of attribute score.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def score @score end |
#type ⇒ "BANK_ACCOUNT_NUMBER", ...
Returns the value of attribute type.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def type @type end |