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]

[src]

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

impl Debug for ObjectAttributeUpdate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ObjectAttributeUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations