Struct rusoto_s3::DeleteMarkerEntry [−][src]
pub struct DeleteMarkerEntry {
pub is_latest: Option<bool>,
pub key: Option<String>,
pub last_modified: Option<String>,
pub owner: Option<Owner>,
pub version_id: Option<String>,
}Expand description
Information about the delete marker.
Fields
is_latest: Option<bool>Specifies whether the object is (true) or is not (false) the latest version of an object.
key: Option<String>The object key.
last_modified: Option<String>Date and time the object was last modified.
owner: Option<Owner>The account that created the delete marker.>
version_id: Option<String>Version ID of an object.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DeleteMarkerEntry
impl Send for DeleteMarkerEntry
impl Sync for DeleteMarkerEntry
impl Unpin for DeleteMarkerEntry
impl UnwindSafe for DeleteMarkerEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more