Class: Aws::Connect::Types::CreateRoutingProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateRoutingProfileResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#routing_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the routing profile.
-
#routing_profile_id ⇒ String
The identifier of the routing profile.
Instance Attribute Details
#routing_profile_arn ⇒ String
The Amazon Resource Name (ARN) of the routing profile.
1769 1770 1771 1772 1773 1774 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1769 class CreateRoutingProfileResponse < Struct.new( :routing_profile_arn, :routing_profile_id) SENSITIVE = [] include Aws::Structure end |
#routing_profile_id ⇒ String
The identifier of the routing profile.
1769 1770 1771 1772 1773 1774 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1769 class CreateRoutingProfileResponse < Struct.new( :routing_profile_arn, :routing_profile_id) SENSITIVE = [] include Aws::Structure end |