Class: Aws::Types::AvailMatchingCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AvailMatchingCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamic_variable ⇒ ::String
Returns the value of attribute dynamic_variable.
-
#operator ⇒ "EQUALS"
Returns the value of attribute operator.
Instance Attribute Details
#dynamic_variable ⇒ ::String
Returns the value of attribute dynamic_variable.
97 98 99 |
# File 'sig/types.rbs', line 97 def dynamic_variable @dynamic_variable end |
#operator ⇒ "EQUALS"
Returns the value of attribute operator.
98 99 100 |
# File 'sig/types.rbs', line 98 def operator @operator end |