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]

[src]

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

impl Debug for PolicyAttachment
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyAttachment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations