Class: Aws::Types::RoutingProfileQueueConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::RoutingProfileQueueConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
-
#delay ⇒ ::Integer
Returns the value of attribute delay.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
Instance Attribute Details
#channel ⇒ "VOICE", ...
Returns the value of attribute channel.
7036 7037 7038 |
# File 'sig/types.rbs', line 7036 def channel @channel end |
#delay ⇒ ::Integer
Returns the value of attribute delay.
7035 7036 7037 |
# File 'sig/types.rbs', line 7035 def delay @delay end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
7034 7035 7036 |
# File 'sig/types.rbs', line 7034 def priority @priority end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
7032 7033 7034 |
# File 'sig/types.rbs', line 7032 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
7031 7032 7033 |
# File 'sig/types.rbs', line 7031 def queue_id @queue_id end |
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
7033 7034 7035 |
# File 'sig/types.rbs', line 7033 def queue_name @queue_name end |