UpdateCloudFrontOriginAccessIdentityResult constructor

UpdateCloudFrontOriginAccessIdentityResult({
  1. CloudFrontOriginAccessIdentity? cloudFrontOriginAccessIdentity,
  2. String? eTag,
})

Implementation

UpdateCloudFrontOriginAccessIdentityResult({
  this.cloudFrontOriginAccessIdentity,
  this.eTag,
});