Skip to content

Commit 0f0dab7

Browse files
committed
Add missing tag.
1 parent f3d18fc commit 0f0dab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnetv4/EC2/Actions/EC2Wrapper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ public async Task<List<Image>> DescribeImages(List<string>? imageIds)
381381
var response = await _amazonEC2.DescribeImagesAsync(request);
382382
return response.Images;
383383
}
384+
// snippet-end:[EC2.dotnetv4.DescribeImages]
384385

385386
// snippet-start:[EC2.dotnetv4.DescribeInstance]
386387
/// <summary>

0 commit comments

Comments
 (0)