Struct rusoto_clouddirectory::UpdateObjectAttributesRequest[][src]

pub struct UpdateObjectAttributesRequest {
    pub attribute_updates: Vec<ObjectAttributeUpdate>,
    pub directory_arn: String,
    pub object_reference: ObjectReference,
}

Fields

The attributes update structure.

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

The reference that identifies the object.

Trait Implementations

impl Default for UpdateObjectAttributesRequest
[src]

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

impl Debug for UpdateObjectAttributesRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateObjectAttributesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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