Class: Aws::Personalize::Types::EventTracker
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::EventTracker
- 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
-
#account_id ⇒ String
The Amazon Web Services account that owns the event tracker.
-
#creation_date_time ⇒ Time
The date and time (in Unix format) that the event tracker was created.
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
-
#event_tracker_arn ⇒ String
The ARN of the event tracker.
-
#last_updated_date_time ⇒ Time
The date and time (in Unix time) that the event tracker was last updated.
-
#name ⇒ String
The name of the event tracker.
-
#status ⇒ String
The status of the event tracker.
-
#tracking_id ⇒ String
The ID of the event tracker.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account that owns the event tracker.
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 |
# File 'lib/aws-sdk-personalize/types.rb', line 3433 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_time ⇒ Time
The date and time (in Unix format) that the event tracker was created.
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 |
# File 'lib/aws-sdk-personalize/types.rb', line 3433 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_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 |
# File 'lib/aws-sdk-personalize/types.rb', line 3433 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_arn ⇒ String
The ARN of the event tracker.
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 |
# File 'lib/aws-sdk-personalize/types.rb', line 3433 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_time ⇒ Time
The date and time (in Unix time) that the event tracker was last updated.
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 |
# File 'lib/aws-sdk-personalize/types.rb', line 3433 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 |
#name ⇒ String
The name of the event tracker.
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 |
# File 'lib/aws-sdk-personalize/types.rb', line 3433 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 |
#status ⇒ String
The status of the event tracker.
An event tracker can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 |
# File 'lib/aws-sdk-personalize/types.rb', line 3433 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_id ⇒ String
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
3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 |
# File 'lib/aws-sdk-personalize/types.rb', line 3433 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 |