Class: Aws::Connect::Types::Dimensions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Dimensions
- Defined in:
- gems/aws-sdk-connect/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
-
#agent_status ⇒ Types::AgentStatusIdentifier
Information about the agent status assigned to the user.
-
#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
#agent_status ⇒ Types::AgentStatusIdentifier
Information about the agent status assigned to the user.
7979 7980 7981 7982 7983 7984 7985 7986 7987 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7979 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status) SENSITIVE = [] include Aws::Structure end |
#channel ⇒ String
The channel used for grouping and filters.
7979 7980 7981 7982 7983 7984 7985 7986 7987 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7979 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status) SENSITIVE = [] include Aws::Structure end |
#queue ⇒ Types::QueueReference
Information about the queue for which metrics are returned.
7979 7980 7981 7982 7983 7984 7985 7986 7987 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7979 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status) SENSITIVE = [] include Aws::Structure end |
#routing_profile ⇒ Types::RoutingProfileReference
Information about the routing profile assigned to the user.
7979 7980 7981 7982 7983 7984 7985 7986 7987 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7979 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status) SENSITIVE = [] include Aws::Structure end |
#routing_step_expression ⇒ String
The expression of a step in a routing criteria.
7979 7980 7981 7982 7983 7984 7985 7986 7987 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7979 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status) SENSITIVE = [] include Aws::Structure end |