DescribePublishingDestinationRequest
public struct DescribePublishingDestinationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the publishing destination to retrieve.
Declaration
Swift
public let destinationId: String
-
The unique ID of the detector associated with the publishing destination to retrieve.
Declaration
Swift
public let detectorId: String
-
Undocumented
Declaration
Swift
public init(destinationId: String, detectorId: String)
-
Declaration
Swift
public func validate(name: String) throws