Struct rusoto_clouddirectory::FacetAttributeUpdate[][src]

pub struct FacetAttributeUpdate {
    pub action: Option<String>,
    pub attribute: Option<FacetAttribute>,
}

A structure that contains information used to update an attribute.

Fields

The action to perform when updating the attribute.

The attribute to update.

Trait Implementations

impl Default for FacetAttributeUpdate
[src]

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

impl Debug for FacetAttributeUpdate
[src]

Formats the value using the given formatter. Read more

impl Clone for FacetAttributeUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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