You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Connect::Types::RoutingProfile

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about a routing profile.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#default_outbound_queue_idString

The identifier of the default outbound queue for this routing profile.

Returns:

  • (String)

    The identifier of the default outbound queue for this routing profile.

#descriptionString

The description of the routing profile.

Returns:

  • (String)

    The description of the routing profile.

#instance_idString

The identifier of the Amazon Connect instance.

Returns:

  • (String)

    The identifier of the Amazon Connect instance.

#media_concurrenciesArray<Types::MediaConcurrency>

The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

Returns:

  • (Array<Types::MediaConcurrency>)

    The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

#nameString

The name of the routing profile.

Returns:

  • (String)

    The name of the routing profile.

#routing_profile_arnString

The Amazon Resource Name (ARN) of the routing profile.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the routing profile.

#routing_profile_idString

The identifier of the routing profile.

Returns:

  • (String)

    The identifier of the routing profile.

#tagsHash<String,String>

One or more tags.

Returns:

  • (Hash<String,String>)

    One or more tags.