Class: Aws::Types::RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flags ⇒ ::Array[::String]
Returns the value of attribute flags.
-
#masks ⇒ ::Array[::String]
Returns the value of attribute masks.
Instance Attribute Details
#flags ⇒ ::Array[::String]
Returns the value of attribute flags.
7452 7453 7454 |
# File 'sig/types.rbs', line 7452 def flags @flags end |
#masks ⇒ ::Array[::String]
Returns the value of attribute masks.
7453 7454 7455 |
# File 'sig/types.rbs', line 7453 def masks @masks end |