Class: Aws::Connect::Types::CreateRoutingProfileResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#routing_profile_arnString

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

Returns:

  • (String)


3216
3217
3218
3219
3220
3221
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3216

class CreateRoutingProfileResponse < Struct.new(
  :routing_profile_arn,
  :routing_profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#routing_profile_idString

The identifier of the routing profile.

Returns:

  • (String)


3216
3217
3218
3219
3220
3221
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3216

class CreateRoutingProfileResponse < Struct.new(
  :routing_profile_arn,
  :routing_profile_id)
  SENSITIVE = []
  include Aws::Structure
end