ChangeBatch
public struct ChangeBatch : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the changes to make to the record sets.
Declaration
Swift
public let changes: [Change] -
Optional: Any comments you want to include about a change batch request.
Declaration
Swift
public let comment: String? -
Undocumented
Declaration
Swift
public init(changes: [Change], comment: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ChangeBatch Structure Reference