Class: Aws::Connect::Types::UpdateRoutingProfileNameRequest

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

#descriptionString

The description of the routing profile. Must not be more than 250 characters.

Returns:

  • (String)


19935
19936
19937
19938
19939
19940
19941
19942
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19935

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

#instance_idString

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

Returns:

  • (String)


19935
19936
19937
19938
19939
19940
19941
19942
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19935

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

#nameString

The name of the routing profile. Must not be more than 127 characters.

Returns:

  • (String)


19935
19936
19937
19938
19939
19940
19941
19942
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19935

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

#routing_profile_idString

The identifier of the routing profile.

Returns:

  • (String)


19935
19936
19937
19938
19939
19940
19941
19942
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 19935

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