Class: Aws::Personalize::Types::CreateEventTrackerResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_tracker_arnString

The ARN of the event tracker.

Returns:

  • (String)


1390
1391
1392
1393
1394
1395
# File 'lib/aws-sdk-personalize/types.rb', line 1390

class CreateEventTrackerResponse < Struct.new(
  :event_tracker_arn,
  :tracking_id)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_idString

The ID of the event tracker. Include this ID in requests to the

PutEvents][1

API.

[1]: docs.aws.amazon.com/personalize/latest/dg/API_UBS_PutEvents.html

Returns:

  • (String)


1390
1391
1392
1393
1394
1395
# File 'lib/aws-sdk-personalize/types.rb', line 1390

class CreateEventTrackerResponse < Struct.new(
  :event_tracker_arn,
  :tracking_id)
  SENSITIVE = []
  include Aws::Structure
end