Class: Aws::Types::StatusCounts

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


2677
2678
2679
# File 'sig/types.rbs', line 2677

def failed
  @failed
end

#passed::Integer

Returns the value of attribute passed.

Returns:

  • (::Integer)


2679
2680
2681
# File 'sig/types.rbs', line 2679

def passed
  @passed
end

#skipped::Integer

Returns the value of attribute skipped.

Returns:

  • (::Integer)


2678
2679
2680
# File 'sig/types.rbs', line 2678

def skipped
  @skipped
end