ListInstanceStorageConfigsResponse constructor

ListInstanceStorageConfigsResponse({
  1. String? nextToken,
  2. List<InstanceStorageConfig>? storageConfigs,
})

Implementation

ListInstanceStorageConfigsResponse({
  this.nextToken,
  this.storageConfigs,
});