Struct aws_sdk_rust::aws::s3::object::IndexDocument [] [src]

pub struct IndexDocument {
    pub suffix: Suffix,
}

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 Debug for IndexDocument
[src]

Formats the value using the given formatter.

impl Default for IndexDocument
[src]

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

impl Decodable for IndexDocument
[src]

Deserialize a value using a Decoder.

impl Encodable for IndexDocument
[src]

Serialize a value using an Encoder.