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]

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

impl Debug for GetBucketWebsiteOutput
[src]

Formats the value using the given formatter.