PutEventTypeRequest
public struct PutEventTypeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the event type.
Declaration
Swift
public let description: String?
-
The entity type for the event type. Example entity types: customer, merchant, account.
Declaration
Swift
public let entityTypes: [String]
-
The event type variables.
Declaration
Swift
public let eventVariables: [String]
-
The event type labels.
Declaration
Swift
public let labels: [String]?
-
The name.
Declaration
Swift
public let name: String
-
A collection of key and value pairs.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, entityTypes: [String], eventVariables: [String], labels: [String]? = nil, name: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws