Class: Aws::Inspector2::Types::StatusCounts
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StatusCounts
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The status counts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Integer
The number of checks that failed.
-
#passed ⇒ Integer
The number of checks that passed.
-
#skipped ⇒ Integer
The number of checks that were skipped.
Instance Attribute Details
#failed ⇒ Integer
The number of checks that failed.
6590 6591 6592 6593 6594 6595 6596 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6590 class StatusCounts < Struct.new( :failed, :passed, :skipped) SENSITIVE = [] include Aws::Structure end |
#passed ⇒ Integer
The number of checks that passed.
6590 6591 6592 6593 6594 6595 6596 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6590 class StatusCounts < Struct.new( :failed, :passed, :skipped) SENSITIVE = [] include Aws::Structure end |
#skipped ⇒ Integer
The number of checks that were skipped.
6590 6591 6592 6593 6594 6595 6596 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6590 class StatusCounts < Struct.new( :failed, :passed, :skipped) SENSITIVE = [] include Aws::Structure end |