Class: Aws::Connect::Types::AfterContactWorkConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Configuration settings for after contact work (ACW) timeout.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_contact_work_time_limitInteger

The ACW timeout duration in seconds. Minimum: 1 second. Maximum: 2,000,000 seconds (24 days). Enter 0 for indefinite ACW time.

Returns:

  • (Integer)


119
120
121
122
123
# File 'lib/aws-sdk-connect/types.rb', line 119

class AfterContactWorkConfig < Struct.new(
  :after_contact_work_time_limit)
  SENSITIVE = []
  include Aws::Structure
end