UpdateResourceDataSyncRequest
public struct UpdateResourceDataSyncRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the resource data sync you want to update.
Declaration
Swift
public let syncName: String
-
Specify information about the data sources to synchronize.
Declaration
Swift
public let syncSource: ResourceDataSyncSource
-
The type of resource data sync. The supported SyncType is SyncFromSource.
Declaration
Swift
public let syncType: String
-
Undocumented
Declaration
Swift
public init(syncName: String, syncSource: ResourceDataSyncSource, syncType: String)
-
Declaration
Swift
public func validate(name: String) throws