EventTrackerSummary
public struct EventTrackerSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time (in Unix time) that the event tracker was created.
Declaration
Swift
public let creationDateTime: TimeStamp?
-
The Amazon Resource Name (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?