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)


966
967
968
969
970
971
# File 'lib/aws-sdk-personalize/types.rb', line 966

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)


966
967
968
969
970
971
# File 'lib/aws-sdk-personalize/types.rb', line 966

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