Class: Aws::PersonalizeEvents::Types::PutItemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeEvents::Types::PutItemsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalizeevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (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 Name (ARN) of the Items dataset you are adding the item or items to.
426 427 428 429 430 431 |
# File 'lib/aws-sdk-personalizeevents/types.rb', line 426 class PutItemsRequest < Struct.new( :dataset_arn, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::Item>
A list of item data.
426 427 428 429 430 431 |
# File 'lib/aws-sdk-personalizeevents/types.rb', line 426 class PutItemsRequest < Struct.new( :dataset_arn, :items) SENSITIVE = [] include Aws::Structure end |