Class: Aws::Types::FieldCondition
- Inherits:
-
Object
- Object
- Aws::Types::FieldCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#depends_on_field_path ⇒ ::String
Returns the value of attribute depends_on_field_path.
-
#operator ⇒ ::String
Returns the value of attribute operator.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#depends_on_field_path ⇒ ::String
Returns the value of attribute depends_on_field_path.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def depends_on_field_path @depends_on_field_path end |
#operator ⇒ ::String
Returns the value of attribute operator.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def operator @operator end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def values @values end |