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