Class: Aws::Types::LabelCountersForWorkteam

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#human_labeled::Integer

Returns the value of attribute human_labeled.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


6945
6946
6947
# File 'sig/types.rbs', line 6945

def pending_human
  @pending_human
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


6946
6947
6948
# File 'sig/types.rbs', line 6946

def total
  @total
end