Class: Aws::Personalize::Types::EventTracker

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

Overview

Provides information about an event tracker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account that owns the event tracker.

Returns:

  • (String)


3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
# File 'lib/aws-sdk-personalize/types.rb', line 3204

class EventTracker < Struct.new(
  :name,
  :event_tracker_arn,
  :account_id,
  :tracking_id,
  :dataset_group_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The date and time (in Unix format) that the event tracker was created.

Returns:

  • (Time)


3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
# File 'lib/aws-sdk-personalize/types.rb', line 3204

class EventTracker < Struct.new(
  :name,
  :event_tracker_arn,
  :account_id,
  :tracking_id,
  :dataset_group_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_group_arnString

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

Returns:

  • (String)


3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
# File 'lib/aws-sdk-personalize/types.rb', line 3204

class EventTracker < Struct.new(
  :name,
  :event_tracker_arn,
  :account_id,
  :tracking_id,
  :dataset_group_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#event_tracker_arnString

The ARN of the event tracker.

Returns:

  • (String)


3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
# File 'lib/aws-sdk-personalize/types.rb', line 3204

class EventTracker < Struct.new(
  :name,
  :event_tracker_arn,
  :account_id,
  :tracking_id,
  :dataset_group_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) that the event tracker was last updated.

Returns:

  • (Time)


3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
# File 'lib/aws-sdk-personalize/types.rb', line 3204

class EventTracker < Struct.new(
  :name,
  :event_tracker_arn,
  :account_id,
  :tracking_id,
  :dataset_group_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the event tracker.

Returns:

  • (String)


3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
# File 'lib/aws-sdk-personalize/types.rb', line 3204

class EventTracker < Struct.new(
  :name,
  :event_tracker_arn,
  :account_id,
  :tracking_id,
  :dataset_group_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the event tracker.

An event tracker can be in one of the following states:

  • CREATE PENDING &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED

  • DELETE PENDING &gt; DELETE IN_PROGRESS

Returns:

  • (String)


3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
# File 'lib/aws-sdk-personalize/types.rb', line 3204

class EventTracker < Struct.new(
  :name,
  :event_tracker_arn,
  :account_id,
  :tracking_id,
  :dataset_group_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  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)


3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
# File 'lib/aws-sdk-personalize/types.rb', line 3204

class EventTracker < Struct.new(
  :name,
  :event_tracker_arn,
  :account_id,
  :tracking_id,
  :dataset_group_arn,
  :status,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end