Note

public struct Note : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The text of a note.

    Declaration

    Swift

    public let text: String
  • The timestamp of when the note was updated. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

    Declaration

    Swift

    public let updatedAt: String
  • The principal that created a note.

    Declaration

    Swift

    public let updatedBy: String
  • Undocumented

    Declaration

    Swift

    public init(text: String, updatedAt: String, updatedBy: String)
  • Declaration

    Swift

    public func validate(name: String) throws