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]

[src]

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

impl Debug for UpdateObjectAttributesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateObjectAttributesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations