Class: Aws::PersonalizeEvents::Types::PutActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PersonalizeEvents::Types::PutActionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalizeevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::Action>
A list of action data.
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.
Instance Attribute Details
#actions ⇒ Array<Types::Action>
A list of action data.
368 369 370 371 372 373 |
# File 'lib/aws-sdk-personalizeevents/types.rb', line 368 class PutActionsRequest < Struct.new( :dataset_arn, :actions) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.
368 369 370 371 372 373 |
# File 'lib/aws-sdk-personalizeevents/types.rb', line 368 class PutActionsRequest < Struct.new( :dataset_arn, :actions) SENSITIVE = [] include Aws::Structure end |