Destination
public struct Destination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID of the publishing destination.
Declaration
Swift
public let destinationId: String -
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
Declaration
Swift
public let destinationType: DestinationType -
The status of the publishing destination.
Declaration
Swift
public let status: PublishingStatus -
Undocumented
Declaration
Swift
public init(destinationId: String, destinationType: DestinationType, status: PublishingStatus)
View on GitHub
Destination Structure Reference