Class: Aws::Connect::Types::RoutingProfileReference

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Information about the routing profile assigned to the user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


15285
15286
15287
15288
15289
15290
# File 'lib/aws-sdk-connect/types.rb', line 15285

class RoutingProfileReference < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the routing profile.

Returns:

  • (String)


15285
15286
15287
15288
15289
15290
# File 'lib/aws-sdk-connect/types.rb', line 15285

class RoutingProfileReference < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end