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

Trait Implementations

impl Default for GetBucketWebsiteOutput
[src]

[src]

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

impl Debug for GetBucketWebsiteOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetBucketWebsiteOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations