Class: Aws::Types::Counters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errored::Integer

Returns the value of attribute errored.

Returns:

  • (::Integer)


54
55
56
# File 'sig/types.rbs', line 54

def errored
  @errored
end

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


52
53
54
# File 'sig/types.rbs', line 52

def failed
  @failed
end

#passed::Integer

Returns the value of attribute passed.

Returns:

  • (::Integer)


51
52
53
# File 'sig/types.rbs', line 51

def passed
  @passed
end

#skipped::Integer

Returns the value of attribute skipped.

Returns:

  • (::Integer)


56
57
58
# File 'sig/types.rbs', line 56

def skipped
  @skipped
end

#stopped::Integer

Returns the value of attribute stopped.

Returns:

  • (::Integer)


55
56
57
# File 'sig/types.rbs', line 55

def stopped
  @stopped
end

#total::Integer

Returns the value of attribute total.

Returns:

  • (::Integer)


50
51
52
# File 'sig/types.rbs', line 50

def total
  @total
end

#warned::Integer

Returns the value of attribute warned.

Returns:

  • (::Integer)


53
54
55
# File 'sig/types.rbs', line 53

def warned
  @warned
end