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.
| 24808 24809 24810 24811 24812 24813 24814 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24808 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.
| 24808 24809 24810 24811 24812 24813 24814 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24808 class Step < Struct.new( :expiry, :expression, :status) SENSITIVE = [] include Aws::Structure end |