DeletePartnerEventSourceRequest
public struct DeletePartnerEventSourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account ID of the AWS customer that the event source was created for.
Declaration
Swift
public let account: String
-
The name of the event source to delete.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(account: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws