Struct rusoto_s3::GetBucketWebsiteOutput [−][src]
pub struct GetBucketWebsiteOutput {
pub error_document: Option<ErrorDocument>,
pub index_document: Option<IndexDocument>,
pub redirect_all_requests_to: Option<RedirectAllRequestsTo>,
pub routing_rules: Option<Vec<RoutingRule>>,
}Fields
error_document: Option<ErrorDocument>The object key name of the website error document to use for 4XX class errors.
index_document: Option<IndexDocument>The name of the index document for the website (for example index.html).
redirect_all_requests_to: Option<RedirectAllRequestsTo>Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
routing_rules: Option<Vec<RoutingRule>>Rules that define when a redirect is applied and the redirect behavior.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetBucketWebsiteOutput
impl Send for GetBucketWebsiteOutput
impl Sync for GetBucketWebsiteOutput
impl Unpin for GetBucketWebsiteOutput
impl UnwindSafe for GetBucketWebsiteOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more