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
-
#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.
-
#subtype ⇒ String
The subtype of the channel used for the contact.
-
#validation_test_type ⇒ String
The testing and simulation type.
Instance Attribute Details
#agent_status ⇒ Types::AgentStatusIdentifier
Information about the agent status assigned to the user.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-connect/types.rb', line 10580 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status, :subtype, :validation_test_type) SENSITIVE = [] include Aws::Structure end |
#channel ⇒ String
The channel used for grouping and filters.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-connect/types.rb', line 10580 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status, :subtype, :validation_test_type) SENSITIVE = [] include Aws::Structure end |
#queue ⇒ Types::QueueReference
Information about the queue for which metrics are returned.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-connect/types.rb', line 10580 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status, :subtype, :validation_test_type) SENSITIVE = [] include Aws::Structure end |
#routing_profile ⇒ Types::RoutingProfileReference
Information about the routing profile assigned to the user.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-connect/types.rb', line 10580 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status, :subtype, :validation_test_type) SENSITIVE = [] include Aws::Structure end |
#routing_step_expression ⇒ String
The expression of a step in a routing criteria.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-connect/types.rb', line 10580 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status, :subtype, :validation_test_type) SENSITIVE = [] include Aws::Structure end |
#subtype ⇒ String
The subtype of the channel used for the contact.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-connect/types.rb', line 10580 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status, :subtype, :validation_test_type) SENSITIVE = [] include Aws::Structure end |
#validation_test_type ⇒ String
The testing and simulation type
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-connect/types.rb', line 10580 class Dimensions < Struct.new( :queue, :channel, :routing_profile, :routing_step_expression, :agent_status, :subtype, :validation_test_type) SENSITIVE = [] include Aws::Structure end |