Class: Aws::Types::AwsWafRegionalRulePredicateListDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRegionalRulePredicateListDetails
- 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.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def data_id @data_id end |
#negated ⇒ Boolean
Returns the value of attribute negated.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def negated @negated end |
#type ⇒ ::String
Returns the value of attribute type.
4523 4524 4525 |
# File 'sig/types.rbs', line 4523 def type @type end |