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
- Struct
- Aws::PersonalizeEvents::Types::PutItemsRequest
- 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
-
#dataset_arn ⇒ String
The Amazon Resource Number (ARN) of the Items dataset you are adding the item or items to.
-
#items ⇒ Array<Types::Item>
A list of item data.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Number (ARN) of the Items dataset you are adding the item or items to.
#items ⇒ Array<Types::Item>
A list of item data.