UpdateCloudFrontOriginAccessIdentityResult constructor
      
      UpdateCloudFrontOriginAccessIdentityResult({ 
    
    
- CloudFrontOriginAccessIdentity? cloudFrontOriginAccessIdentity,
- String? eTag,
Implementation
UpdateCloudFrontOriginAccessIdentityResult({
  this.cloudFrontOriginAccessIdentity,
  this.eTag,
});