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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6587
6588
6589
6590
6591
6592
6593
# File 'lib/aws-sdk-inspector2/types.rb', line 6587

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

#passedInteger

The number of checks that passed.

Returns:

  • (Integer)


6587
6588
6589
6590
6591
6592
6593
# File 'lib/aws-sdk-inspector2/types.rb', line 6587

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

#skippedInteger

The number of checks that were skipped.

Returns:

  • (Integer)


6587
6588
6589
6590
6591
6592
6593
# File 'lib/aws-sdk-inspector2/types.rb', line 6587

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