DiskSnapshot constructor
DiskSnapshot({
- String? arn,
- DateTime? createdAt,
- String? fromDiskArn,
- String? fromDiskName,
- String? fromInstanceArn,
- String? fromInstanceName,
- bool? isFromAutoSnapshot,
- ResourceLocation? location,
- String? name,
- String? progress,
- ResourceType? resourceType,
- int? sizeInGb,
- DiskSnapshotState? state,
- String? supportCode,
- List<
Tag> ? tags,
Implementation
DiskSnapshot({
this.arn,
this.createdAt,
this.fromDiskArn,
this.fromDiskName,
this.fromInstanceArn,
this.fromInstanceName,
this.isFromAutoSnapshot,
this.location,
this.name,
this.progress,
this.resourceType,
this.sizeInGb,
this.state,
this.supportCode,
this.tags,
});