AwsEc2NetworkInterfaceAttachment constructor

AwsEc2NetworkInterfaceAttachment({
  1. String? attachTime,
  2. String? attachmentId,
  3. bool? deleteOnTermination,
  4. int? deviceIndex,
  5. String? instanceId,
  6. String? instanceOwnerId,
  7. String? status,
})

Implementation

AwsEc2NetworkInterfaceAttachment({
  this.attachTime,
  this.attachmentId,
  this.deleteOnTermination,
  this.deviceIndex,
  this.instanceId,
  this.instanceOwnerId,
  this.status,
});