EventInfoMap
public struct EventInfoMap : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The category of an Amazon Redshift event.
Declaration
Swift
public let eventCategories: [String]? -
The description of an Amazon Redshift event.
Declaration
Swift
public let eventDescription: String? -
The identifier of an Amazon Redshift event.
Declaration
Swift
public let eventId: String? -
The severity of the event. Values: ERROR, INFO
Declaration
Swift
public let severity: String? -
Undocumented
Declaration
Swift
public init(eventCategories: [String]? = nil, eventDescription: String? = nil, eventId: String? = nil, severity: String? = nil)
View on GitHub
EventInfoMap Structure Reference