Class: Aws::Types::Dimensions
- Inherits:
-
Object
- Object
- Aws::Types::Dimensions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_status ⇒ Types::AgentStatusIdentifier
Returns the value of attribute agent_status.
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#queue ⇒ Types::QueueReference
Returns the value of attribute queue.
-
#routing_profile ⇒ Types::RoutingProfileReference
Returns the value of attribute routing_profile.
-
#routing_step_expression ⇒ ::String
Returns the value of attribute routing_step_expression.
-
#subtype ⇒ ::String
Returns the value of attribute subtype.
-
#validation_test_type ⇒ ::String
Returns the value of attribute validation_test_type.
Instance Attribute Details
#agent_status ⇒ Types::AgentStatusIdentifier
Returns the value of attribute agent_status.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def agent_status @agent_status end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
2995 2996 2997 |
# File 'sig/types.rbs', line 2995 def channel @channel end |
#queue ⇒ Types::QueueReference
Returns the value of attribute queue.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def queue @queue end |
#routing_profile ⇒ Types::RoutingProfileReference
Returns the value of attribute routing_profile.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 def routing_profile @routing_profile end |
#routing_step_expression ⇒ ::String
Returns the value of attribute routing_step_expression.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def routing_step_expression @routing_step_expression end |
#subtype ⇒ ::String
Returns the value of attribute subtype.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def subtype @subtype end |
#validation_test_type ⇒ ::String
Returns the value of attribute validation_test_type.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def validation_test_type @validation_test_type end |