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.
6908 6909 6910 |
# File 'sig/types.rbs', line 6908 def channel @channel end |
#delay ⇒ ::Integer
Returns the value of attribute delay.
6907 6908 6909 |
# File 'sig/types.rbs', line 6907 def delay @delay end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
6906 6907 6908 |
# File 'sig/types.rbs', line 6906 def priority @priority end |
#queue_arn ⇒ ::String
Returns the value of attribute queue_arn.
6904 6905 6906 |
# File 'sig/types.rbs', line 6904 def queue_arn @queue_arn end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
6903 6904 6905 |
# File 'sig/types.rbs', line 6903 def queue_id @queue_id end |
#queue_name ⇒ ::String
Returns the value of attribute queue_name.
6905 6906 6907 |
# File 'sig/types.rbs', line 6905 def queue_name @queue_name end |