CreateCloudFrontOriginAccessIdentityResult constructor

CreateCloudFrontOriginAccessIdentityResult({
  1. CloudFrontOriginAccessIdentity? cloudFrontOriginAccessIdentity,
  2. String? eTag,
  3. String? location,
})

Implementation

CreateCloudFrontOriginAccessIdentityResult({
  this.cloudFrontOriginAccessIdentity,
  this.eTag,
  this.location,
});