Class: Aws::Connect::Types::RoutingCriteriaInputStepExpiry

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

Overview

Specify whether this routing criteria step should apply for only a limited amount of time,
 or if it should never expire.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_secondsInteger

The number of seconds that the contact will be routed only to agents matching this routing
 step, if expiry was configured for this routing step.

Returns:

  • (Integer)


17164
17165
17166
17167
17168
# File 'lib/aws-sdk-connect/types.rb', line 17164

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