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)


6966
6967
6968
# File 'sig/types.rbs', line 6966

def human_labeled
  @human_labeled
end

#pending_human::Integer

Returns the value of attribute pending_human.

Returns:

  • (::Integer)


6967
6968
6969
# File 'sig/types.rbs', line 6967

def pending_human
  @pending_human
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


6968
6969
6970
# File 'sig/types.rbs', line 6968

def total
  @total
end