Struct rusoto_clouddirectory::PolicyAttachment[][src]

pub struct PolicyAttachment {
    pub object_identifier: Option<String>,
    pub policy_id: Option<String>,
    pub policy_type: Option<String>,
}

Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is attached. For more information, see Policies.

Fields

The ObjectIdentifier that is associated with PolicyAttachment.

The ID of PolicyAttachment.

The type of policy that can be associated with PolicyAttachment.

Trait Implementations

impl Default for PolicyAttachment
[src]

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

impl Debug for PolicyAttachment
[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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