Struct rusoto_s3::IndexDocument[][src]

pub struct IndexDocument {
    pub suffix: String,
}

Fields

A suffix that is appended to a request that is for a directory on the website endpoint (e.g. if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.

Trait Implementations

impl Default for IndexDocument
[src]

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

impl Debug for IndexDocument
[src]

Formats the value using the given formatter. Read more

impl Clone for IndexDocument
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IndexDocument
[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