Код: Выделить всё
structure item {
@required
id: String
name: String
}
Код: Выделить всё
String id;
Optional name;
Подробнее здесь: https://stackoverflow.com/questions/787 ... -in-smithy
Код: Выделить всё
structure item {
@required
id: String
name: String
}
Код: Выделить всё
String id;
Optional name;