Class: Aws::Inspector2::Types::StatusCounts
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StatusCounts
- Defined in:
- gems/aws-sdk-inspector2/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.
8183 8184 8185 8186 8187 8188 8189 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8183 class StatusCounts < Struct.new( :failed, :skipped, :passed) SENSITIVE = [] include Aws::Structure end |
#passed ⇒ Integer
The number of checks that passed.
8183 8184 8185 8186 8187 8188 8189 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8183 class StatusCounts < Struct.new( :failed, :skipped, :passed) SENSITIVE = [] include Aws::Structure end |
#skipped ⇒ Integer
The number of checks that were skipped.
8183 8184 8185 8186 8187 8188 8189 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8183 class StatusCounts < Struct.new( :failed, :skipped, :passed) SENSITIVE = [] include Aws::Structure end |