You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PersonalizeEvents::Types::PutUsersRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutUsersRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The Amazon Resource Number (ARN) of the Users dataset you are adding the user or users to.

Returns:

  • (String)

    The Amazon Resource Number (ARN) of the Users dataset you are adding the user or users to.

#usersArray<Types::User>

A list of user data.

Returns: