UpdateRecordsResponse
public struct UpdateRecordsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of records that have been updated.
Declaration
Swift
public let records: [Record]?
-
Undocumented
Declaration
Swift
public init(records: [Record]? = nil)