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)


7004
7005
7006
# File 'sig/types.rbs', line 7004

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


7003
7004
7005
# File 'sig/types.rbs', line 7003

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")


7002
7003
7004
# File 'sig/types.rbs', line 7002

def type
  @type
end