GetAccessPointResult constructor

GetAccessPointResult({
  1. String? bucket,
  2. DateTime? creationDate,
  3. String? name,
  4. NetworkOrigin? networkOrigin,
  5. PublicAccessBlockConfiguration? publicAccessBlockConfiguration,
  6. VpcConfiguration? vpcConfiguration,
})

Implementation

GetAccessPointResult({
  this.bucket,
  this.creationDate,
  this.name,
  this.networkOrigin,
  this.publicAccessBlockConfiguration,
  this.vpcConfiguration,
});