class Aws::PersonalizeEvents::Types::PutItemsRequest

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

data as a hash:

    {
      dataset_arn: "Arn", # required
      items: [ # required
        {
          item_id: "StringType", # required
          properties: "ItemProperties",
        },
      ],
    }

@!attribute [rw] dataset_arn

The Amazon Resource Name (ARN) of the Items dataset you are adding
the item or items to.
@return [String]

@!attribute [rw] items

A list of item data.
@return [Array<Types::Item>]

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

Constants

SENSITIVE