Class: Aws::Inspector2::Types::StatusCounts

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

Overview

The status counts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedInteger

The number of checks that failed.

Returns:

  • (Integer)


6564
6565
6566
6567
6568
6569
6570
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6564

class StatusCounts < Struct.new(
  :failed,
  :passed,
  :skipped)
  SENSITIVE = []
  include Aws::Structure
end

#passedInteger

The number of checks that passed.

Returns:

  • (Integer)


6564
6565
6566
6567
6568
6569
6570
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6564

class StatusCounts < Struct.new(
  :failed,
  :passed,
  :skipped)
  SENSITIVE = []
  include Aws::Structure
end

#skippedInteger

The number of checks that were skipped.

Returns:

  • (Integer)


6564
6565
6566
6567
6568
6569
6570
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6564

class StatusCounts < Struct.new(
  :failed,
  :passed,
  :skipped)
  SENSITIVE = []
  include Aws::Structure
end