Class: Aws::Connect::Types::PostAcceptTimeoutConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PostAcceptTimeoutConfig
- Defined in:
- gems/aws-sdk-connect/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.
26260 26261 26262 26263 26264 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26260 class PostAcceptTimeoutConfig < Struct.new( :duration_in_seconds) SENSITIVE = [] include Aws::Structure end |