DeleteResourceDataSyncRequest
public struct DeleteResourceDataSyncRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration to delete.
Declaration
Swift
public let syncName: String
-
Specify the type of resource data sync to delete.
Declaration
Swift
public let syncType: String?
-
Undocumented
Declaration
Swift
public init(syncName: String, syncType: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws