Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "ARN", ...
Returns the value of attribute attribute.
-
#operator ⇒ "EQUALS", ...
Returns the value of attribute operator.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute ⇒ "ARN", ...
Returns the value of attribute attribute.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def attribute @attribute end |
#operator ⇒ "EQUALS", ...
Returns the value of attribute operator.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def operator @operator end |
#value ⇒ ::String
Returns the value of attribute value.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def value @value end |