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.
6929 6930 6931 |
# File 'sig/types.rbs', line 6929 def human_labeled @human_labeled end |
#pending_human ⇒ ::Integer
Returns the value of attribute pending_human.
6930 6931 6932 |
# File 'sig/types.rbs', line 6930 def pending_human @pending_human end |
#total ⇒ ::Integer
Returns the value of attribute total.
6931 6932 6933 |
# File 'sig/types.rbs', line 6931 def total @total end |