Class: Aws::Connect::Types::Dimensions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::Dimensions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about the dimensions for a set of metrics.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channel  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The channel used for grouping and filters.
 - 
  
    
      #queue  ⇒ Types::QueueReference 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the queue for which metrics are returned.
 - 
  
    
      #routing_profile  ⇒ Types::RoutingProfileReference 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the routing profile assigned to the user.
 - 
  
    
      #routing_step_expression  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expression of a step in a routing criteria.
 
Instance Attribute Details
#channel ⇒ String
The channel used for grouping and filters.
      7609 7610 7611 7612 7613 7614 7615 7616  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7609 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression) SENSITIVE = [] include Aws::Structure end  | 
  
#queue ⇒ Types::QueueReference
Information about the queue for which metrics are returned.
      7609 7610 7611 7612 7613 7614 7615 7616  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7609 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_profile ⇒ Types::RoutingProfileReference
Information about the routing profile assigned to the user.
      7609 7610 7611 7612 7613 7614 7615 7616  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7609 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression) SENSITIVE = [] include Aws::Structure end  | 
  
#routing_step_expression ⇒ String
The expression of a step in a routing criteria.
      7609 7610 7611 7612 7613 7614 7615 7616  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 7609 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression) SENSITIVE = [] include Aws::Structure end  |