Objects, Instances, and Current Values
Use the object keyword for a concrete instance. A label such as orderA001 : Order identifies both the instance and its type. Put current values inside braces so the diagram records what is true in this scenario, not every field the class could contain.
object "orderA001 : Order" as order {
number = "A-001"
status = "Paid"
total = 299.00
}