Class: Aws::Connect::Types::DescribeRoutingProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


11052
11053
11054
11055
11056
11057
# File 'lib/aws-sdk-connect/types.rb', line 11052

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

#routing_profile_idString

The identifier of the routing profile.

Returns:

  • (String)


11052
11053
11054
11055
11056
11057
# File 'lib/aws-sdk-connect/types.rb', line 11052

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