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.
6663 6664 6665 6666 6667 6668 6669 6670 |
# File 'lib/aws-sdk-connect/types.rb', line 6663 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.
6663 6664 6665 6666 6667 6668 6669 6670 |
# File 'lib/aws-sdk-connect/types.rb', line 6663 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.
6663 6664 6665 6666 6667 6668 6669 6670 |
# File 'lib/aws-sdk-connect/types.rb', line 6663 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.
6663 6664 6665 6666 6667 6668 6669 6670 |
# File 'lib/aws-sdk-connect/types.rb', line 6663 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression) SENSITIVE = [] include Aws::Structure end |