Class: Aws::Personalize::Types::EventTrackerSummary

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

Overview

Provides a summary of the properties of an event tracker. For a complete listing, call the DescribeEventTracker API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

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

Returns:

  • (Time)


3254
3255
3256
3257
3258
3259
3260
3261
3262
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3254

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

#event_tracker_arnString

The Amazon Resource Name (ARN) of the event tracker.

Returns:

  • (String)


3254
3255
3256
3257
3258
3259
3260
3261
3262
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3254

class EventTrackerSummary < Struct.new(
  :name,
  :event_tracker_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)


3254
3255
3256
3257
3258
3259
3260
3261
3262
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3254

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

#nameString

The name of the event tracker.

Returns:

  • (String)


3254
3255
3256
3257
3258
3259
3260
3261
3262
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3254

class EventTrackerSummary < Struct.new(
  :name,
  :event_tracker_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 > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

  • DELETE PENDING > DELETE IN_PROGRESS

Returns:

  • (String)


3254
3255
3256
3257
3258
3259
3260
3261
3262
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3254

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