Class: Aws::Types::ReplicationTaskAssessmentRunResultStatistic

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancelled::Integer

Returns the value of attribute cancelled.

Returns:

  • (::Integer)


2645
2646
2647
# File 'sig/types.rbs', line 2645

def cancelled
  @cancelled
end

#error::Integer

Returns the value of attribute error.

Returns:

  • (::Integer)


2643
2644
2645
# File 'sig/types.rbs', line 2643

def error
  @error
end

#failed::Integer

Returns the value of attribute failed.

Returns:

  • (::Integer)


2642
2643
2644
# File 'sig/types.rbs', line 2642

def failed
  @failed
end

#passed::Integer

Returns the value of attribute passed.

Returns:

  • (::Integer)


2641
2642
2643
# File 'sig/types.rbs', line 2641

def passed
  @passed
end

#skipped::Integer

Returns the value of attribute skipped.

Returns:

  • (::Integer)


2646
2647
2648
# File 'sig/types.rbs', line 2646

def skipped
  @skipped
end

#warning::Integer

Returns the value of attribute warning.

Returns:

  • (::Integer)


2644
2645
2646
# File 'sig/types.rbs', line 2644

def warning
  @warning
end