Struct rusoto_clouddirectory::BatchAttachObject [] [src]

pub struct BatchAttachObject {
    pub child_reference: ObjectReference,
    pub link_name: String,
    pub parent_reference: ObjectReference,
}

Represents the output of an AttachObject operation.

Fields

The child object reference that is to be attached to the object.

The name of the link.

The parent object reference.

Trait Implementations

impl Default for BatchAttachObject
[src]

[src]

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

impl Debug for BatchAttachObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchAttachObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations