EventDescription
public struct EventDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The application associated with the event.
Declaration
Swift
public let applicationName: String? -
The name of the environment associated with this event.
Declaration
Swift
public let environmentName: String? -
The date when the event occurred.
Declaration
Swift
public let eventDate: TimeStamp? -
The event message.
Declaration
Swift
public let message: String? -
The ARN of the platform version.
Declaration
Swift
public let platformArn: String? -
The web service request ID for the activity of this event.
Declaration
Swift
public let requestId: String? -
The severity level of this event.
Declaration
Swift
public let severity: EventSeverity? -
The name of the configuration associated with this event.
Declaration
Swift
public let templateName: String? -
The release label for the application version associated with this event.
Declaration
Swift
public let versionLabel: String? -
init(applicationName:environmentName:eventDate:message:platformArn:requestId:severity:templateName:versionLabel:)Undocumented
Declaration
Swift
public init(applicationName: String? = nil, environmentName: String? = nil, eventDate: TimeStamp? = nil, message: String? = nil, platformArn: String? = nil, requestId: String? = nil, severity: EventSeverity? = nil, templateName: String? = nil, versionLabel: String? = nil)
View on GitHub
EventDescription Structure Reference