Class: Aws::Types::AwsWafRegionalRateBasedRuleMatchPredicate
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRegionalRateBasedRuleMatchPredicate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_id ⇒ ::String
Returns the value of attribute data_id.
-
#negated ⇒ Boolean
Returns the value of attribute negated.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#data_id ⇒ ::String
Returns the value of attribute data_id.
4485 4486 4487 |
# File 'sig/types.rbs', line 4485 def data_id @data_id end |
#negated ⇒ Boolean
Returns the value of attribute negated.
4486 4487 4488 |
# File 'sig/types.rbs', line 4486 def negated @negated end |
#type ⇒ ::String
Returns the value of attribute type.
4487 4488 4489 |
# File 'sig/types.rbs', line 4487 def type @type end |