GetBucketWebsiteOutput class

Constructors

GetBucketWebsiteOutput({ErrorDocument? errorDocument, IndexDocument? indexDocument, RedirectAllRequestsTo? redirectAllRequestsTo, List<RoutingRule>? routingRules})
GetBucketWebsiteOutput.fromXml(XmlElement elem)
factory

Properties

errorDocument ErrorDocument?
The object key name of the website error document to use for 4XX class errors.
final
hashCode int
The hash code for this object.
no setterinherited
indexDocument IndexDocument?
The name of the index document for the website (for example index.html).
final
redirectAllRequestsTo RedirectAllRequestsTo?
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
final
routingRules List<RoutingRule>?
Rules that define when a redirect is applied and the redirect behavior.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited