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]

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

impl Debug for WebsiteConfiguration
[src]

Formats the value using the given formatter. Read more

impl Clone for WebsiteConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WebsiteConfiguration
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations