Class: Aws::Connect::Types::RoutingProfileReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::RoutingProfileReference
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the routing profile.
-
#id ⇒ String
The identifier of the routing profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the routing profile.
17385 17386 17387 17388 17389 17390 |
# File 'lib/aws-sdk-connect/types.rb', line 17385 class RoutingProfileReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the routing profile.
17385 17386 17387 17388 17389 17390 |
# File 'lib/aws-sdk-connect/types.rb', line 17385 class RoutingProfileReference < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |