NoteUpdate
public struct NoteUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The updated note text.
Declaration
Swift
public let text: String
-
The principal that updated the note.
Declaration
Swift
public let updatedBy: String
-
Undocumented
Declaration
Swift
public init(text: String, updatedBy: String)
-
Declaration
Swift
public func validate(name: String) throws