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.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def agent_status @agent_status end |
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def channel @channel end |
#queue ⇒ Types::QueueReference
Returns the value of attribute queue.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def queue @queue end |
#routing_profile ⇒ Types::RoutingProfileReference
Returns the value of attribute routing_profile.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def routing_profile @routing_profile end |
#routing_step_expression ⇒ ::String
Returns the value of attribute routing_step_expression.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def routing_step_expression @routing_step_expression end |
#subtype ⇒ ::String
Returns the value of attribute subtype.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def subtype @subtype end |
#validation_test_type ⇒ ::String
Returns the value of attribute validation_test_type.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def validation_test_type @validation_test_type end |