Class: Aws::Connect::Types::PostAcceptTimeoutConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PostAcceptTimeoutConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Countdown timer configuration after the agent accepted the contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duration_in_seconds ⇒ Integer
Duration in seconds for the countdown timer after the agent accepted the contact.
Instance Attribute Details
#duration_in_seconds ⇒ Integer
Duration in seconds for the countdown timer after the agent accepted the contact.
24468 24469 24470 24471 24472 |
# File 'lib/aws-sdk-connect/types.rb', line 24468 class PostAcceptTimeoutConfig < Struct.new( :duration_in_seconds) SENSITIVE = [] include Aws::Structure end |