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.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def agent_status @agent_status end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def channel @channel end |
#queue ⇒ Types::QueueReference
Returns the value of attribute queue.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def queue @queue end |
#routing_profile ⇒ Types::RoutingProfileReference
Returns the value of attribute routing_profile.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def routing_profile @routing_profile end |
#routing_step_expression ⇒ ::String
Returns the value of attribute routing_step_expression.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def routing_step_expression @routing_step_expression end |
#subtype ⇒ ::String
Returns the value of attribute subtype.
2905 2906 2907 |
# File 'sig/types.rbs', line 2905 def subtype @subtype end |
#validation_test_type ⇒ ::String
Returns the value of attribute validation_test_type.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def validation_test_type @validation_test_type end |