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<RoutingRules>,
}

Fields

Trait Implementations

impl Default for WebsiteConfiguration
[src]

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

impl Clone for WebsiteConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WebsiteConfiguration
[src]

Formats the value using the given formatter.