Class: Aws::Connect::Types::Step
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Step
- Defined in:
- gems/aws-sdk-connect/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.
22934 22935 22936 22937 22938 22939 22940 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22934 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.
22934 22935 22936 22937 22938 22939 22940 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22934 class Step < Struct.new( :expiry, :expression, :status) SENSITIVE = [] include Aws::Structure end |