Class: Aws::Types::RoutingProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_availability_timer"TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND"

Returns the value of attribute agent_availability_timer.

Returns:

  • ("TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND")


6990
6991
6992
# File 'sig/types.rbs', line 6990

def agent_availability_timer
  @agent_availability_timer
end

#associated_manual_assignment_queue_ids::Array[::String]

Returns the value of attribute associated_manual_assignment_queue_ids.

Returns:

  • (::Array[::String])


6995
6996
6997
# File 'sig/types.rbs', line 6995

def associated_manual_assignment_queue_ids
  @associated_manual_assignment_queue_ids
end

#associated_queue_ids::Array[::String]

Returns the value of attribute associated_queue_ids.

Returns:

  • (::Array[::String])


6994
6995
6996
# File 'sig/types.rbs', line 6994

def associated_queue_ids
  @associated_queue_ids
end

#default_outbound_queue_id::String

Returns the value of attribute default_outbound_queue_id.

Returns:

  • (::String)


6985
6986
6987
# File 'sig/types.rbs', line 6985

def default_outbound_queue_id
  @default_outbound_queue_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6983
6984
6985
# File 'sig/types.rbs', line 6983

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


6979
6980
6981
# File 'sig/types.rbs', line 6979

def instance_id
  @instance_id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


6993
6994
6995
# File 'sig/types.rbs', line 6993

def is_default
  @is_default
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


6992
6993
6994
# File 'sig/types.rbs', line 6992

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6991
6992
6993
# File 'sig/types.rbs', line 6991

def last_modified_time
  @last_modified_time
end

#media_concurrencies::Array[Types::MediaConcurrency]

Returns the value of attribute media_concurrencies.

Returns:



6984
6985
6986
# File 'sig/types.rbs', line 6984

def media_concurrencies
  @media_concurrencies
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6980
6981
6982
# File 'sig/types.rbs', line 6980

def name
  @name
end

#number_of_associated_manual_assignment_queues::Integer

Returns the value of attribute number_of_associated_manual_assignment_queues.

Returns:

  • (::Integer)


6988
6989
6990
# File 'sig/types.rbs', line 6988

def number_of_associated_manual_assignment_queues
  @number_of_associated_manual_assignment_queues
end

#number_of_associated_queues::Integer

Returns the value of attribute number_of_associated_queues.

Returns:

  • (::Integer)


6987
6988
6989
# File 'sig/types.rbs', line 6987

def number_of_associated_queues
  @number_of_associated_queues
end

#number_of_associated_users::Integer

Returns the value of attribute number_of_associated_users.

Returns:

  • (::Integer)


6989
6990
6991
# File 'sig/types.rbs', line 6989

def number_of_associated_users
  @number_of_associated_users
end

#routing_profile_arn::String

Returns the value of attribute routing_profile_arn.

Returns:

  • (::String)


6981
6982
6983
# File 'sig/types.rbs', line 6981

def routing_profile_arn
  @routing_profile_arn
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


6982
6983
6984
# File 'sig/types.rbs', line 6982

def routing_profile_id
  @routing_profile_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


6986
6987
6988
# File 'sig/types.rbs', line 6986

def tags
  @tags
end