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")


6972
6973
6974
# File 'sig/types.rbs', line 6972

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])


6977
6978
6979
# File 'sig/types.rbs', line 6977

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])


6976
6977
6978
# File 'sig/types.rbs', line 6976

def associated_queue_ids
  @associated_queue_ids
end

#default_outbound_queue_id::String

Returns the value of attribute default_outbound_queue_id.

Returns:

  • (::String)


6967
6968
6969
# File 'sig/types.rbs', line 6967

def default_outbound_queue_id
  @default_outbound_queue_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6965
6966
6967
# File 'sig/types.rbs', line 6965

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


6961
6962
6963
# File 'sig/types.rbs', line 6961

def instance_id
  @instance_id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


6975
6976
6977
# File 'sig/types.rbs', line 6975

def is_default
  @is_default
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


6974
6975
6976
# File 'sig/types.rbs', line 6974

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6973
6974
6975
# File 'sig/types.rbs', line 6973

def last_modified_time
  @last_modified_time
end

#media_concurrencies::Array[Types::MediaConcurrency]

Returns the value of attribute media_concurrencies.

Returns:



6966
6967
6968
# File 'sig/types.rbs', line 6966

def media_concurrencies
  @media_concurrencies
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6962
6963
6964
# File 'sig/types.rbs', line 6962

def name
  @name
end

#number_of_associated_manual_assignment_queues::Integer

Returns the value of attribute number_of_associated_manual_assignment_queues.

Returns:

  • (::Integer)


6970
6971
6972
# File 'sig/types.rbs', line 6970

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)


6969
6970
6971
# File 'sig/types.rbs', line 6969

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)


6971
6972
6973
# File 'sig/types.rbs', line 6971

def number_of_associated_users
  @number_of_associated_users
end

#routing_profile_arn::String

Returns the value of attribute routing_profile_arn.

Returns:

  • (::String)


6963
6964
6965
# File 'sig/types.rbs', line 6963

def routing_profile_arn
  @routing_profile_arn
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


6964
6965
6966
# File 'sig/types.rbs', line 6964

def routing_profile_id
  @routing_profile_id
end

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

Returns the value of attribute tags.

Returns:

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


6968
6969
6970
# File 'sig/types.rbs', line 6968

def tags
  @tags
end