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.
8189 8190 8191 8192 8193 8194 8195 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8189 class StatusCounts < Struct.new( :failed, :skipped, :passed) SENSITIVE = [] include Aws::Structure end |
#passed ⇒ Integer
The number of checks that passed.
8189 8190 8191 8192 8193 8194 8195 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8189 class StatusCounts < Struct.new( :failed, :skipped, :passed) SENSITIVE = [] include Aws::Structure end |
#skipped ⇒ Integer
The number of checks that were skipped.
8189 8190 8191 8192 8193 8194 8195 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8189 class StatusCounts < Struct.new( :failed, :skipped, :passed) SENSITIVE = [] include Aws::Structure end |