Class: Aws::Types::StopCisMessageProgress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_checks::Integer

Returns the value of attribute error_checks.

Returns:

  • (::Integer)


2698
2699
2700
# File 'sig/types.rbs', line 2698

def error_checks
  @error_checks
end

#failed_checks::Integer

Returns the value of attribute failed_checks.

Returns:

  • (::Integer)


2693
2694
2695
# File 'sig/types.rbs', line 2693

def failed_checks
  @failed_checks
end

#informational_checks::Integer

Returns the value of attribute informational_checks.

Returns:

  • (::Integer)


2697
2698
2699
# File 'sig/types.rbs', line 2697

def informational_checks
  @informational_checks
end

#not_applicable_checks::Integer

Returns the value of attribute not_applicable_checks.

Returns:

  • (::Integer)


2696
2697
2698
# File 'sig/types.rbs', line 2696

def not_applicable_checks
  @not_applicable_checks
end

#not_evaluated_checks::Integer

Returns the value of attribute not_evaluated_checks.

Returns:

  • (::Integer)


2694
2695
2696
# File 'sig/types.rbs', line 2694

def not_evaluated_checks
  @not_evaluated_checks
end

#successful_checks::Integer

Returns the value of attribute successful_checks.

Returns:

  • (::Integer)


2692
2693
2694
# File 'sig/types.rbs', line 2692

def successful_checks
  @successful_checks
end

#total_checks::Integer

Returns the value of attribute total_checks.

Returns:

  • (::Integer)


2691
2692
2693
# File 'sig/types.rbs', line 2691

def total_checks
  @total_checks
end

#unknown_checks::Integer

Returns the value of attribute unknown_checks.

Returns:

  • (::Integer)


2695
2696
2697
# File 'sig/types.rbs', line 2695

def unknown_checks
  @unknown_checks
end