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 BatchWrite operation. For more information, see DetachPolicy and BatchWriteRequest$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]

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

impl Debug for BatchDetachPolicy
[src]

Formats the value using the given formatter. Read more

impl Clone for BatchDetachPolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BatchDetachPolicy
[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