Class: Aws::Inspector2::Types::CisStringFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisStringFilter
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The CIS string filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison ⇒ String
The comparison value of the CIS string filter.
-
#value ⇒ String
The value of the CIS string filter.
Instance Attribute Details
#comparison ⇒ String
The comparison value of the CIS string filter.
1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1500 class CisStringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the CIS string filter.
1500 1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1500 class CisStringFilter < Struct.new( :comparison, :value) SENSITIVE = [] include Aws::Structure end |