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]

[src]

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

impl Debug for BatchDetachObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchDetachObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations