Struct rusoto_clouddirectory::ObjectAttributeUpdate[][src]

pub struct ObjectAttributeUpdate {
    pub object_attribute_action: Option<ObjectAttributeAction>,
    pub object_attribute_key: Option<AttributeKey>,
}

Structure that contains attribute update information.

Fields

The action to perform as part of the attribute update.

The key of the attribute being updated.

Trait Implementations

impl Default for ObjectAttributeUpdate
[src]

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

impl Debug for ObjectAttributeUpdate
[src]

Formats the value using the given formatter. Read more

impl Clone for ObjectAttributeUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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