Struct rusoto_clouddirectory::BatchDetachObject[][src]

pub struct BatchDetachObject {
    pub batch_reference_name: String,
    pub link_name: String,
    pub parent_reference: ObjectReference,
}

Represents the output of a DetachObject operation.

Fields

The batch reference name. See Batches for more information.

The name of the link.

Parent reference from which the object with the specified link name is detached.

Trait Implementations

impl Default for BatchDetachObject
[src]

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

impl Debug for BatchDetachObject
[src]

Formats the value using the given formatter. Read more

impl Clone for BatchDetachObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BatchDetachObject
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations