Class: Aws::Types::EntityLabel
- Inherits:
-
Object
- Object
- Aws::Types::EntityLabel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "BANK_ACCOUNT_NUMBER", ...
Returns the value of attribute name.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#name ⇒ "BANK_ACCOUNT_NUMBER", ...
Returns the value of attribute name.
920 921 922 |
# File 'sig/types.rbs', line 920 def name @name end |
#score ⇒ ::Float
Returns the value of attribute score.
921 922 923 |
# File 'sig/types.rbs', line 921 def score @score end |