Skip to content

Commit f015c2d

Browse files
authored
feat(block): add ImportSnapshotFromS3Request field explanation (#505)
1 parent ed9be69 commit f015c2d

File tree

2 files changed

+2
-2
lines changed
  • scaleway/scaleway/block/v1alpha1
  • scaleway-async/scaleway_async/block/v1alpha1

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/block/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Reference:
123123

124124
status: ReferenceStatus
125125
"""
126-
Status of reference (attaching, attached, detaching).
126+
Status of the reference. Statuses include `attaching`, `attached`, and `detaching`.
127127
"""
128128

129129
created_at: Optional[datetime]

scaleway/scaleway/block/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class Reference:
123123

124124
status: ReferenceStatus
125125
"""
126-
Status of reference (attaching, attached, detaching).
126+
Status of the reference. Statuses include `attaching`, `attached`, and `detaching`.
127127
"""
128128

129129
created_at: Optional[datetime]

0 commit comments

Comments
 (0)