Struct rusoto_clouddirectory::BatchDetachPolicy [] [src]

pub struct BatchDetachPolicy {
    pub object_reference: ObjectReference,
    pub policy_reference: ObjectReference,
}

Detaches the specified policy from the specified directory inside a BatchRead operation. For more information, see DetachPolicy and BatchReadRequest$Operations.

Fields

Reference that identifies the object whose policy object will be detached.

Reference that identifies the policy object.

Trait Implementations

impl Default for BatchDetachPolicy
[src]

[src]

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

impl Debug for BatchDetachPolicy
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchDetachPolicy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations