DeleteConfigurationSetEventDestinationRequest
public struct DeleteConfigurationSetEventDestinationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set from which to delete the event destination.
Declaration
Swift
public let configurationSetName: String
-
The name of the event destination to delete.
Declaration
Swift
public let eventDestinationName: String
-
Undocumented
Declaration
Swift
public init(configurationSetName: String, eventDestinationName: String)