Class: Aws::Inspector2::Types::CisTargetStatusFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisTargetStatusFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The CIS target status filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ String
The comparison value of the CIS target status filter.
-
#value ⇒ String
The value of the CIS target status filter.
Instance Attribute Details
#comparison ⇒ String
The comparison value of the CIS target status filter.
1568 1569 1570 1571 1572 1573 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1568 class CisTargetStatusFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the CIS target status filter.
1568 1569 1570 1571 1572 1573 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1568 class CisTargetStatusFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |