class Aws::Connect::Types::Reference

A link that an agent selects to complete a given task. You can have up to 4,096 UTF-8 bytes across all references for a contact.

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

data as a hash:

    {
      value: "ReferenceValue", # required
      type: "URL", # required, accepts URL
    }

@!attribute [rw] value

A formatted URL that displays to an agent in the Contact Control
Panel (CCP)
@return [String]

@!attribute [rw] type

A valid URL.
@return [String]

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

Constants

SENSITIVE