Struct rusoto_clouddirectory::BatchAddFacetToObject [] [src]

pub struct BatchAddFacetToObject {
    pub object_attribute_list: Vec<AttributeKeyAndValue>,
    pub object_reference: ObjectReference,
    pub schema_facet: SchemaFacet,
}

Represents the output of a batch add facet to object operation.

Fields

The attributes to set on the object.

A reference to the object being mutated.

Represents the facet being added to the object.

Trait Implementations

impl Default for BatchAddFacetToObject
[src]

[src]

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

impl Debug for BatchAddFacetToObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchAddFacetToObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations