UpdatePublishingDestinationRequest
public struct UpdatePublishingDestinationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the publishing destination to update.
Declaration
Swift
public let destinationId: String -
A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.
Declaration
Swift
public let destinationProperties: DestinationProperties? -
The ID of the detector associated with the publishing destinations to update.
Declaration
Swift
public let detectorId: String -
Undocumented
Declaration
Swift
public init(destinationId: String, destinationProperties: DestinationProperties? = nil, detectorId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdatePublishingDestinationRequest Structure Reference