EventTracker
public struct EventTracker : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon AWS account that owns the event tracker.
Declaration
Swift
public let accountId: String?
-
The date and time (in Unix format) that the event tracker was created.
Declaration
Swift
public let creationDateTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
Declaration
Swift
public let datasetGroupArn: String?
-
The ARN of the event tracker.
Declaration
Swift
public let eventTrackerArn: String?
-
The date and time (in Unix time) that the event tracker was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
The name of the event tracker.
Declaration
Swift
public let name: 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
Declaration
Swift
public let status: String?
-
The ID of the event tracker. Include this ID in requests to the PutEvents API.
Declaration
Swift
public let trackingId: String?