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.
7298 7299 7300 |
# File 'sig/types.rbs', line 7298 def condition_type @condition_type end |
#type ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute type.
7297 7298 7299 |
# File 'sig/types.rbs', line 7297 def type @type end |