Struct aws_sdk_rust::aws::s3::object::IndexDocument
[−]
[src]
pub struct IndexDocument { pub suffix: Suffix, }
Fields
suffix: Suffix
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]
impl Default for IndexDocument
[src]
fn default() -> IndexDocument
Returns the "default value" for a type. Read more
impl Decodable for IndexDocument
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<IndexDocument, __D::Error>
Deserialize a value using a Decoder
.