EventSubscription
public struct EventSubscription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
Declaration
Swift
public let event: InspectorEvent
-
The time at which SubscribeToEvent is called.
Declaration
Swift
public let subscribedAt: TimeStamp
-
Undocumented
Declaration
Swift
public init(event: InspectorEvent, subscribedAt: TimeStamp)