Class: Aws::Connect::Types::Step
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Step
- 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
-
#expiry ⇒ Types::Expiry
An object to specify the expiration of a routing step.
-
#expression ⇒ Types::Expression
A tagged union to specify expression for a routing step.
-
#status ⇒ String
Represents status of the Routing step.
Instance Attribute Details
#expiry ⇒ Types::Expiry
An object to specify the expiration of a routing step.
20405 20406 20407 20408 20409 20410 20411 |
# File 'lib/aws-sdk-connect/types.rb', line 20405 class Step < Struct.new( :expiry, :expression, :status) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ Types::Expression
A tagged union to specify expression for a routing step.
20405 20406 20407 20408 20409 20410 20411 |
# File 'lib/aws-sdk-connect/types.rb', line 20405 class Step < Struct.new( :expiry, :expression, :status) SENSITIVE = [] include Aws::Structure end |