EventType
public struct EventType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The entity type ARN.
Declaration
Swift
public let arn: String?
-
Timestamp of when the event type was created.
Declaration
Swift
public let createdTime: String?
-
The event type description.
Declaration
Swift
public let description: String?
-
The event type entity types.
Declaration
Swift
public let entityTypes: [String]?
-
The event type event variables.
Declaration
Swift
public let eventVariables: [String]?
-
The event type labels.
Declaration
Swift
public let labels: [String]?
-
Timestamp of when the event type was last updated.
Declaration
Swift
public let lastUpdatedTime: String?
-
The event type name.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: String? = nil, description: String? = nil, entityTypes: [String]? = nil, eventVariables: [String]? = nil, labels: [String]? = nil, lastUpdatedTime: String? = nil, name: String? = nil)