ListVolumesOutput constructor
ListVolumesOutput({
- String? gatewayARN,
- String? marker,
- List<
VolumeInfo> ? volumeInfos,
Implementation
ListVolumesOutput({
this.gatewayARN,
this.marker,
this.volumeInfos,
});