class Aws::Connect::Types::ListQuickConnectsRequest
@note When making an API call, you may pass ListQuickConnectsRequest
data as a hash: { instance_id: "InstanceId", # required next_token: "NextToken", max_results: 1, quick_connect_types: ["USER"], # accepts USER, QUEUE, PHONE_NUMBER }
@!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] next_token
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. @return [String]
@!attribute [rw] max_results
The maximum number of results to return per page. @return [Integer]
@!attribute [rw] quick_connect_types
The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE\_NUMBER), or Queue (QUEUE). @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListQuickConnectsRequest AWS API Documentation
Constants
- SENSITIVE