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

Class: Aws::PersonalizeEvents::Types::PutItemsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The Amazon Resource Number (ARN) of the Items dataset you are adding the item or items to.

Returns:

  • (String)

    The Amazon Resource Number (ARN) of the Items dataset you are adding the item or items to.

#itemsArray<Types::Item>

A list of item data.

Returns: