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