Class: Aws::Types::ProtectedResourceConditions
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedResourceConditions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#string_equals ⇒ ::Array[Types::KeyValue]
Returns the value of attribute string_equals.
-
#string_not_equals ⇒ ::Array[Types::KeyValue]
Returns the value of attribute string_not_equals.
Instance Attribute Details
#string_equals ⇒ ::Array[Types::KeyValue]
Returns the value of attribute string_equals.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def string_equals @string_equals end |
#string_not_equals ⇒ ::Array[Types::KeyValue]
Returns the value of attribute string_not_equals.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def string_not_equals @string_not_equals end |