Class: Aws::NetworkFirewall::Types::ProxyRuleCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyRuleCondition
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Match criteria that specify what traffic attributes to examine.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#condition_key ⇒ String
Defines what is to be matched.
-
#condition_operator ⇒ String
Defines how to perform a match.
-
#condition_values ⇒ Array<String>
Specifes the exact value that needs to be matched against.
Instance Attribute Details
#condition_key ⇒ String
Defines what is to be matched.
6061 6062 6063 6064 6065 6066 6067 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6061 class ProxyRuleCondition < Struct.new( :condition_operator, :condition_key, :condition_values) SENSITIVE = [] include Aws::Structure end |
#condition_operator ⇒ String
Defines how to perform a match.
6061 6062 6063 6064 6065 6066 6067 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6061 class ProxyRuleCondition < Struct.new( :condition_operator, :condition_key, :condition_values) SENSITIVE = [] include Aws::Structure end |
#condition_values ⇒ Array<String>
Specifes the exact value that needs to be matched against.
6061 6062 6063 6064 6065 6066 6067 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6061 class ProxyRuleCondition < Struct.new( :condition_operator, :condition_key, :condition_values) SENSITIVE = [] include Aws::Structure end |