Class: Aws::Types::SearchContactsTimestampCondition
- Inherits:
-
Object
- Object
- Aws::Types::SearchContactsTimestampCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_type ⇒ "NOT_EXISTS"
Returns the value of attribute condition_type.
-
#type ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute type.
Instance Attribute Details
#condition_type ⇒ "NOT_EXISTS"
Returns the value of attribute condition_type.
7396 7397 7398 |
# File 'sig/types.rbs', line 7396 def condition_type @condition_type end |
#type ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute type.
7395 7396 7397 |
# File 'sig/types.rbs', line 7395 def type @type end |