AccessPointDescription constructor

AccessPointDescription({
  1. String? accessPointArn,
  2. String? accessPointId,
  3. String? clientToken,
  4. String? fileSystemId,
  5. LifeCycleState? lifeCycleState,
  6. String? name,
  7. String? ownerId,
  8. PosixUser? posixUser,
  9. RootDirectory? rootDirectory,
  10. List<Tag>? tags,
})

Implementation

AccessPointDescription({
  this.accessPointArn,
  this.accessPointId,
  this.clientToken,
  this.fileSystemId,
  this.lifeCycleState,
  this.name,
  this.ownerId,
  this.posixUser,
  this.rootDirectory,
  this.tags,
});