ListInstanceStorageConfigsResponse constructor
ListInstanceStorageConfigsResponse({
- String? nextToken,
- List<
InstanceStorageConfig> ? storageConfigs,
Implementation
ListInstanceStorageConfigsResponse({
this.nextToken,
this.storageConfigs,
});