Class: Aws::Types::SearchContactsTimeRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


7158
7159
7160
# File 'sig/types.rbs', line 7158

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


7157
7158
7159
# File 'sig/types.rbs', line 7157

def start_time
  @start_time
end

#type"INITIATION_TIMESTAMP", ...

Returns the value of attribute type.

Returns:

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


7156
7157
7158
# File 'sig/types.rbs', line 7156

def type
  @type
end