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)


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.

Returns:

  • (::Integer)


6930
6931
6932
# File 'sig/types.rbs', line 6930

def pending_human
  @pending_human
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


6931
6932
6933
# File 'sig/types.rbs', line 6931

def total
  @total
end