Event
public struct Event : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the date and time of the event.
Declaration
Swift
public let date: TimeStamp?
-
Specifies the category for the event.
Declaration
Swift
public let eventCategories: [String]?
-
Provides the text of this event.
Declaration
Swift
public let message: String?
-
The Amazon Resource Name (ARN) for the event.
Declaration
Swift
public let sourceArn: String?
-
Provides the identifier for the source of the event.
Declaration
Swift
public let sourceIdentifier: String?
-
Specifies the source type for this event.
Declaration
Swift
public let sourceType: SourceType?
-
Undocumented
Declaration
Swift
public init(date: TimeStamp? = nil, eventCategories: [String]? = nil, message: String? = nil, sourceArn: String? = nil, sourceIdentifier: String? = nil, sourceType: SourceType? = nil)