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

pub struct ErrorDocument {
    pub key: ObjectKey,
}

Fields

The object key name to use when a 4XX class error occurs.

Trait Implementations

impl Debug for ErrorDocument
[src]

Formats the value using the given formatter.

impl Default for ErrorDocument
[src]

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

impl Decodable for ErrorDocument
[src]

Deserialize a value using a Decoder.

impl Encodable for ErrorDocument
[src]

Serialize a value using an Encoder.