AwsEc2VolumeDetails constructor

AwsEc2VolumeDetails({
  1. List<AwsEc2VolumeAttachment>? attachments,
  2. String? createTime,
  3. bool? encrypted,
  4. String? kmsKeyId,
  5. int? size,
  6. String? snapshotId,
  7. String? status,
})

Implementation

AwsEc2VolumeDetails({
  this.attachments,
  this.createTime,
  this.encrypted,
  this.kmsKeyId,
  this.size,
  this.snapshotId,
  this.status,
});