class Aws::PersonalizeEvents::Types::PutUsersRequest

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

data as a hash:

    {
      dataset_arn: "Arn", # required
      users: [ # required
        {
          user_id: "StringType", # required
          properties: "UserProperties",
        },
      ],
    }

@!attribute [rw] dataset_arn

The Amazon Resource Name (ARN) of the Users dataset you are adding
the user or users to.
@return [String]

@!attribute [rw] users

A list of user data.
@return [Array<Types::User>]

@see docs.aws.amazon.com/goto/WebAPI/personalize-events-2018-03-22/PutUsersRequest AWS API Documentation

Constants

SENSITIVE