Class: Aws::Personalize::Types::CreateEventTrackerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arnString

The Amazon Resource Name (ARN) of the dataset group that receives the event data.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1305

class CreateEventTrackerRequest < Struct.new(
  :name,
  :dataset_group_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the event tracker.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1305

class CreateEventTrackerRequest < Struct.new(
  :name,
  :dataset_group_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to apply to the event tracker.

Returns:



1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1305

class CreateEventTrackerRequest < Struct.new(
  :name,
  :dataset_group_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end