DescribeLocationNfsResponse constructor

DescribeLocationNfsResponse({
  1. DateTime? creationTime,
  2. String? locationArn,
  3. String? locationUri,
  4. NfsMountOptions? mountOptions,
  5. OnPremConfig? onPremConfig,
})

Implementation

DescribeLocationNfsResponse({
  this.creationTime,
  this.locationArn,
  this.locationUri,
  this.mountOptions,
  this.onPremConfig,
});