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_arn ⇒ String

The ARN of the event tracker.



1464
1465
1466
1467
1468
1469
# File 'lib/aws-sdk-personalize/types.rb', line 1464

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

#tracking_id ⇒ String

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



1464
1465
1466
1467
1468
1469
# File 'lib/aws-sdk-personalize/types.rb', line 1464

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