Struct rusoto_s3::WebsiteConfiguration [] [src]

pub struct WebsiteConfiguration {
    pub error_document: Option<ErrorDocument>,
    pub index_document: Option<IndexDocument>,
    pub redirect_all_requests_to: Option<RedirectAllRequestsTo>,
    pub routing_rules: Option<Vec<RoutingRule>>,
}

Fields

Trait Implementations

impl Default for WebsiteConfiguration
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for WebsiteConfiguration
[src]

[src]

Formats the value using the given formatter.