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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6627

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)


6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6627

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)


6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6627

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)


6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6627

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)


6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6627

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)


6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6627

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)


6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6627

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)


6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6627

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