UnsubscribeFromEventRequest
public struct UnsubscribeFromEventRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The event for which you want to stop receiving SNS notifications.
Declaration
Swift
public let event: InspectorEvent -
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
Declaration
Swift
public let resourceArn: String -
The ARN of the SNS topic to which SNS notifications are sent.
Declaration
Swift
public let topicArn: String -
Undocumented
Declaration
Swift
public init(event: InspectorEvent, resourceArn: String, topicArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UnsubscribeFromEventRequest Structure Reference