Class: Aws::Types::SearchContactsTimestampCondition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#condition_type"NOT_EXISTS"

Returns the value of attribute condition_type.

Returns:

  • ("NOT_EXISTS")


7010
7011
7012
# File 'sig/types.rbs', line 7010

def condition_type
  @condition_type
end

#type"INITIATION_TIMESTAMP", ...

Returns the value of attribute type.

Returns:

  • ("INITIATION_TIMESTAMP", "SCHEDULED_TIMESTAMP", "CONNECTED_TO_AGENT_TIMESTAMP", "DISCONNECT_TIMESTAMP", "ENQUEUE_TIMESTAMP")


7009
7010
7011
# File 'sig/types.rbs', line 7009

def type
  @type
end