class Aws::Connect::Types::GetCurrentUserDataRequest


@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/GetCurrentUserDataRequest AWS API Documentation
@return [Integer]
The maximum number of results to return per page.
@!attribute [rw] max_results
@return [String]
results.
previous response in the next request to retrieve the next set of
The token for the next set of results. Use the value returned in the
@!attribute [rw] next_token
@return [Types::UserDataFilters]
queues and have contacts that are in the specified ‘ContactState`.
data is retrieved only for those users who are associated with the
Filters up to 100 `Queues`, or up to 9 `ContactStates`. The user
@!attribute [rw] filters
@return [String]
instanceId in the ARN of the instance.
The identifier of the Amazon Connect instance. You can find the
@!attribute [rw] instance_id
}
max_results: 1,
next_token: “NextToken”,
},
},
contact_states: [“INCOMING”], # accepts INCOMING, PENDING, CONNECTING, CONNECTED, CONNECTED_ONHOLD, MISSED, ERROR, ENDED, REJECTED
contact_filter: {
queues: [“QueueId”],
filters: { # required
instance_id: “InstanceId”, # required
{
data as a hash:
@note When making an API call, you may pass GetCurrentUserDataRequest