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.
7010 7011 7012 |
# File 'sig/types.rbs', line 7010 def condition_type @condition_type end |
#type ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute type.
7009 7010 7011 |
# File 'sig/types.rbs', line 7009 def type @type end |