Class: Aws::Types::RoutingProfileQueueConfigSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel"VOICE", ...

Returns the value of attribute channel.

Returns:



7132
7133
7134
# File 'sig/types.rbs', line 7132

def channel
  @channel
end

#delay::Integer

Returns the value of attribute delay.

Returns:



7131
7132
7133
# File 'sig/types.rbs', line 7131

def delay
  @delay
end

#priority::Integer

Returns the value of attribute priority.

Returns:



7130
7131
7132
# File 'sig/types.rbs', line 7130

def priority
  @priority
end

#queue_arn::String

Returns the value of attribute queue_arn.

Returns:



7128
7129
7130
# File 'sig/types.rbs', line 7128

def queue_arn
  @queue_arn
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:



7127
7128
7129
# File 'sig/types.rbs', line 7127

def queue_id
  @queue_id
end

#queue_name::String

Returns the value of attribute queue_name.

Returns:



7129
7130
7131
# File 'sig/types.rbs', line 7129

def queue_name
  @queue_name
end