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)


8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252

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

#failed_checksInteger

The progress' failed checks.

Returns:

  • (Integer)


8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252

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

#informational_checksInteger

The progress' informational checks.

Returns:

  • (Integer)


8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252

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

#not_applicable_checksInteger

The progress' not applicable checks.

Returns:

  • (Integer)


8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252

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

#not_evaluated_checksInteger

The progress' not evaluated checks.

Returns:

  • (Integer)


8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252

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

#successful_checksInteger

The progress' successful checks.

Returns:

  • (Integer)


8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252

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

#total_checksInteger

The progress' total checks.

Returns:

  • (Integer)


8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252

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

#unknown_checksInteger

The progress' unknown checks.

Returns:

  • (Integer)


8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8252

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