Class: Aws::Types::TaskStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#canceled_checks::Integer

Returns the value of attribute canceled_checks.

Returns:

  • (::Integer)


4695
4696
4697
# File 'sig/types.rbs', line 4695

def canceled_checks
  @canceled_checks
end

#compliant_checks::Integer

Returns the value of attribute compliant_checks.

Returns:

  • (::Integer)


4692
4693
4694
# File 'sig/types.rbs', line 4692

def compliant_checks
  @compliant_checks
end

#failed_checks::Integer

Returns the value of attribute failed_checks.

Returns:

  • (::Integer)


4694
4695
4696
# File 'sig/types.rbs', line 4694

def failed_checks
  @failed_checks
end

#in_progress_checks::Integer

Returns the value of attribute in_progress_checks.

Returns:

  • (::Integer)


4690
4691
4692
# File 'sig/types.rbs', line 4690

def in_progress_checks
  @in_progress_checks
end

#non_compliant_checks::Integer

Returns the value of attribute non_compliant_checks.

Returns:

  • (::Integer)


4693
4694
4695
# File 'sig/types.rbs', line 4693

def non_compliant_checks
  @non_compliant_checks
end

#total_checks::Integer

Returns the value of attribute total_checks.

Returns:

  • (::Integer)


4689
4690
4691
# File 'sig/types.rbs', line 4689

def total_checks
  @total_checks
end

#waiting_for_data_collection_checks::Integer

Returns the value of attribute waiting_for_data_collection_checks.

Returns:

  • (::Integer)


4691
4692
4693
# File 'sig/types.rbs', line 4691

def waiting_for_data_collection_checks
  @waiting_for_data_collection_checks
end