MountTargetDescription constructor

MountTargetDescription({
  1. required String fileSystemId,
  2. required LifeCycleState lifeCycleState,
  3. required String mountTargetId,
  4. required String subnetId,
  5. String? availabilityZoneId,
  6. String? availabilityZoneName,
  7. String? ipAddress,
  8. String? networkInterfaceId,
  9. String? ownerId,
  10. String? vpcId,
})

Implementation

MountTargetDescription({
  required this.fileSystemId,
  required this.lifeCycleState,
  required this.mountTargetId,
  required this.subnetId,
  this.availabilityZoneId,
  this.availabilityZoneName,
  this.ipAddress,
  this.networkInterfaceId,
  this.ownerId,
  this.vpcId,
});