Class: Aws::Types::LabelCountersForWorkteam
- Inherits:
-
Object
- Object
- Aws::Types::LabelCountersForWorkteam
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_labeled ⇒ ::Integer
Returns the value of attribute human_labeled.
-
#pending_human ⇒ ::Integer
Returns the value of attribute pending_human.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#human_labeled ⇒ ::Integer
Returns the value of attribute human_labeled.
6944 6945 6946 |
# File 'sig/types.rbs', line 6944 def human_labeled @human_labeled end |
#pending_human ⇒ ::Integer
Returns the value of attribute pending_human.
6945 6946 6947 |
# File 'sig/types.rbs', line 6945 def pending_human @pending_human end |
#total ⇒ ::Integer
Returns the value of attribute total.
6946 6947 6948 |
# File 'sig/types.rbs', line 6946 def total @total end |