Class: Aws::Connect::Types::Step

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

Overview

Step signifies the criteria to be used for routing to an agent

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expiryTypes::Expiry

An object to specify the expiration of a routing step.

Returns:



19996
19997
19998
19999
20000
20001
20002
# File 'lib/aws-sdk-connect/types.rb', line 19996

class Step < Struct.new(
  :expiry,
  :expression,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#expressionTypes::Expression

A tagged union to specify expression for a routing step.

Returns:



19996
19997
19998
19999
20000
20001
20002
# File 'lib/aws-sdk-connect/types.rb', line 19996

class Step < Struct.new(
  :expiry,
  :expression,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Represents status of the Routing step.

Returns:

  • (String)


19996
19997
19998
19999
20000
20001
20002
# File 'lib/aws-sdk-connect/types.rb', line 19996

class Step < Struct.new(
  :expiry,
  :expression,
  :status)
  SENSITIVE = []
  include Aws::Structure
end