Class: Aws::Types::SimpleCriterionForJob
- Inherits:
-
Object
- Object
- Aws::Types::SimpleCriterionForJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparator ⇒ "EQ", ...
Returns the value of attribute comparator.
-
#key ⇒ "ACCOUNT_ID", ...
Returns the value of attribute key.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#comparator ⇒ "EQ", ...
Returns the value of attribute comparator.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def comparator @comparator end |
#key ⇒ "ACCOUNT_ID", ...
Returns the value of attribute key.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def key @key end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def values @values end |