FileSystemDescription constructor
FileSystemDescription({
- required DateTime creationTime,
- required String creationToken,
- required String fileSystemId,
- required LifeCycleState lifeCycleState,
- required int numberOfMountTargets,
- required String ownerId,
- required PerformanceMode performanceMode,
- required FileSystemSize sizeInBytes,
- required List<
Tag> tags, - bool? encrypted,
- String? fileSystemArn,
- String? kmsKeyId,
- String? name,
- double? provisionedThroughputInMibps,
- ThroughputMode? throughputMode,
Implementation
FileSystemDescription({
required this.creationTime,
required this.creationToken,
required this.fileSystemId,
required this.lifeCycleState,
required this.numberOfMountTargets,
required this.ownerId,
required this.performanceMode,
required this.sizeInBytes,
required this.tags,
this.encrypted,
this.fileSystemArn,
this.kmsKeyId,
this.name,
this.provisionedThroughputInMibps,
this.throughputMode,
});