Class: Aws::Types::Predicate
- Inherits:
-
Object
- Object
- Aws::Types::Predicate
- 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 ⇒ "IPMatch", ...
Returns the value of attribute type.
Instance Attribute Details
#data_id ⇒ ::String
Returns the value of attribute data_id.
829 830 831 |
# File 'sig/types.rbs', line 829 def data_id @data_id end |
#negated ⇒ Boolean
Returns the value of attribute negated.
827 828 829 |
# File 'sig/types.rbs', line 827 def negated @negated end |
#type ⇒ "IPMatch", ...
Returns the value of attribute type.
828 829 830 |
# File 'sig/types.rbs', line 828 def type @type end |