StartSnapshotResponse constructor

StartSnapshotResponse({
  1. int? blockSize,
  2. String? description,
  3. String? kmsKeyArn,
  4. String? ownerId,
  5. String? parentSnapshotId,
  6. String? snapshotId,
  7. DateTime? startTime,
  8. Status? status,
  9. List<Tag>? tags,
  10. int? volumeSize,
})

Implementation

StartSnapshotResponse({
  this.blockSize,
  this.description,
  this.kmsKeyArn,
  this.ownerId,
  this.parentSnapshotId,
  this.snapshotId,
  this.startTime,
  this.status,
  this.tags,
  this.volumeSize,
});