Class: Aws::Inspector2::Types::CisFindingStatusFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisFindingStatusFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The CIS finding status filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ String
The comparison value of the CIS finding status filter.
-
#value ⇒ String
The value of the CIS finding status filter.
Instance Attribute Details
#comparison ⇒ String
The comparison value of the CIS finding status filter.
1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1078 class CisFindingStatusFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the CIS finding status filter.
1078 1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1078 class CisFindingStatusFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |