RemoveSourceIdentifierFromSubscriptionMessage
public struct RemoveSourceIdentifierFromSubscriptionMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.
Declaration
Swift
public let sourceIdentifier: String
-
The name of the event notification subscription you want to remove a source identifier from.
Declaration
Swift
public let subscriptionName: String
-
Undocumented
Declaration
Swift
public init(sourceIdentifier: String, subscriptionName: String)