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)


8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230

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)


8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230

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)


8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230

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)


8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230

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)


8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230

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)


8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230

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)


8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230

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)


8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8230

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