Struct rusoto_clouddirectory::BatchDeleteObject [] [src]

pub struct BatchDeleteObject {
    pub object_reference: ObjectReference,
}

Represents the output of a DeleteObject operation.

Fields

The reference that identifies the object.

Trait Implementations

impl Default for BatchDeleteObject
[src]

[src]

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

impl Debug for BatchDeleteObject
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchDeleteObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more