class Aws::Connect::Types::UpdateRoutingProfileNameRequest

@note When making an API call, you may pass UpdateRoutingProfileNameRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      routing_profile_id: "RoutingProfileId", # required
      name: "RoutingProfileName",
      description: "RoutingProfileDescription",
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] routing_profile_id

The identifier of the routing profile.
@return [String]

@!attribute [rw] name

The name of the routing profile. Must not be more than 127
characters.
@return [String]

@!attribute [rw] description

The description of the routing profile. Must not be more than 250
characters.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateRoutingProfileNameRequest AWS API Documentation

Constants

SENSITIVE