Class: Aws::Inspector2::Types::StopCisMessageProgress

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

The stop CIS message progress.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_checksInteger

The progress’ error checks.

Returns:

  • (Integer)


6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-inspector2/types.rb', line 6650

class StopCisMessageProgress < Struct.new(
  :error_checks,
  :failed_checks,
  :informational_checks,
  :not_applicable_checks,
  :not_evaluated_checks,
  :successful_checks,
  :total_checks,
  :unknown_checks)
  SENSITIVE = []
  include Aws::Structure
end

#failed_checksInteger

The progress’ failed checks.

Returns:

  • (Integer)


6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-inspector2/types.rb', line 6650

class StopCisMessageProgress < Struct.new(
  :error_checks,
  :failed_checks,
  :informational_checks,
  :not_applicable_checks,
  :not_evaluated_checks,
  :successful_checks,
  :total_checks,
  :unknown_checks)
  SENSITIVE = []
  include Aws::Structure
end

#informational_checksInteger

The progress’ informational checks.

Returns:

  • (Integer)


6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-inspector2/types.rb', line 6650

class StopCisMessageProgress < Struct.new(
  :error_checks,
  :failed_checks,
  :informational_checks,
  :not_applicable_checks,
  :not_evaluated_checks,
  :successful_checks,
  :total_checks,
  :unknown_checks)
  SENSITIVE = []
  include Aws::Structure
end

#not_applicable_checksInteger

The progress’ not applicable checks.

Returns:

  • (Integer)


6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-inspector2/types.rb', line 6650

class StopCisMessageProgress < Struct.new(
  :error_checks,
  :failed_checks,
  :informational_checks,
  :not_applicable_checks,
  :not_evaluated_checks,
  :successful_checks,
  :total_checks,
  :unknown_checks)
  SENSITIVE = []
  include Aws::Structure
end

#not_evaluated_checksInteger

The progress’ not evaluated checks.

Returns:

  • (Integer)


6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-inspector2/types.rb', line 6650

class StopCisMessageProgress < Struct.new(
  :error_checks,
  :failed_checks,
  :informational_checks,
  :not_applicable_checks,
  :not_evaluated_checks,
  :successful_checks,
  :total_checks,
  :unknown_checks)
  SENSITIVE = []
  include Aws::Structure
end

#successful_checksInteger

The progress’ successful checks.

Returns:

  • (Integer)


6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-inspector2/types.rb', line 6650

class StopCisMessageProgress < Struct.new(
  :error_checks,
  :failed_checks,
  :informational_checks,
  :not_applicable_checks,
  :not_evaluated_checks,
  :successful_checks,
  :total_checks,
  :unknown_checks)
  SENSITIVE = []
  include Aws::Structure
end

#total_checksInteger

The progress’ total checks.

Returns:

  • (Integer)


6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-inspector2/types.rb', line 6650

class StopCisMessageProgress < Struct.new(
  :error_checks,
  :failed_checks,
  :informational_checks,
  :not_applicable_checks,
  :not_evaluated_checks,
  :successful_checks,
  :total_checks,
  :unknown_checks)
  SENSITIVE = []
  include Aws::Structure
end

#unknown_checksInteger

The progress’ unknown checks.

Returns:

  • (Integer)


6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-inspector2/types.rb', line 6650

class StopCisMessageProgress < Struct.new(
  :error_checks,
  :failed_checks,
  :informational_checks,
  :not_applicable_checks,
  :not_evaluated_checks,
  :successful_checks,
  :total_checks,
  :unknown_checks)
  SENSITIVE = []
  include Aws::Structure
end