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.
7164 7165 7166 |
# File 'sig/types.rbs', line 7164 def condition_type @condition_type end |
#type ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute type.
7163 7164 7165 |
# File 'sig/types.rbs', line 7163 def type @type end |