DatasetContentDeliveryRule
public struct DatasetContentDeliveryRule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The destination to which data set contents are delivered.
Declaration
Swift
public let destination: DatasetContentDeliveryDestination
-
The name of the data set content delivery rules entry.
Declaration
Swift
public let entryName: String?
-
Undocumented
Declaration
Swift
public init(destination: DatasetContentDeliveryDestination, entryName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws