DescribeLocationEfsResponse constructor

DescribeLocationEfsResponse({
  1. DateTime? creationTime,
  2. Ec2Config? ec2Config,
  3. String? locationArn,
  4. String? locationUri,
})

Implementation

DescribeLocationEfsResponse({
  this.creationTime,
  this.ec2Config,
  this.locationArn,
  this.locationUri,
});