class Aws::Connect::Types::UpdateQuickConnectNameRequest

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

data as a hash:

    {
      instance_id: "InstanceId", # required
      quick_connect_id: "QuickConnectId", # required
      name: "QuickConnectName",
      description: "UpdateQuickConnectDescription",
    }

@!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] quick_connect_id

The identifier for the quick connect.
@return [String]

@!attribute [rw] name

The name of the quick connect.
@return [String]

@!attribute [rw] description

The description of the quick connect.
@return [String]

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

Constants

SENSITIVE