GetBucketWebsiteOutput constructor
GetBucketWebsiteOutput({
- ErrorDocument? errorDocument,
- IndexDocument? indexDocument,
- RedirectAllRequestsTo? redirectAllRequestsTo,
- List<
RoutingRule> ? routingRules,
Implementation
GetBucketWebsiteOutput({
this.errorDocument,
this.indexDocument,
this.redirectAllRequestsTo,
this.routingRules,
});