Class: Aws::PersonalizeEvents::Types::PutActionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::Action>

A list of action data.

Returns:



368
369
370
371
372
373
# File 'gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/types.rb', line 368

class PutActionsRequest < Struct.new(
  :dataset_arn,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The Amazon Resource Name (ARN) of the Actions dataset you are adding the action or actions to.

Returns:

  • (String)


368
369
370
371
372
373
# File 'gems/aws-sdk-personalizeevents/lib/aws-sdk-personalizeevents/types.rb', line 368

class PutActionsRequest < Struct.new(
  :dataset_arn,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end