EventCategoriesMap
public struct EventCategoriesMap : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The event categories for the specified source type.
Declaration
Swift
public let eventCategories: [String]?
-
The source type that the returned categories belong to.
Declaration
Swift
public let sourceType: String?
-
Undocumented
Declaration
Swift
public init(eventCategories: [String]? = nil, sourceType: String? = nil)