Struct rusoto_s3::DeletedObject [] [src]

pub struct DeletedObject {
    pub delete_marker: Option<bool>,
    pub delete_marker_version_id: Option<String>,
    pub key: Option<String>,
    pub version_id: Option<String>,
}

Fields

Trait Implementations

impl Default for DeletedObject
[src]

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

impl Debug for DeletedObject
[src]

Formats the value using the given formatter.