Struct rusoto_clouddirectory::RemoveFacetFromObjectRequest [] [src]

pub struct RemoveFacetFromObjectRequest {
    pub directory_arn: String,
    pub object_reference: ObjectReference,
    pub schema_facet: SchemaFacet,
}

Fields

The ARN of the directory in which the object resides.

A reference to the object to remove the facet from.

The facet to remove.

Trait Implementations

impl Default for RemoveFacetFromObjectRequest
[src]

[src]

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

impl Debug for RemoveFacetFromObjectRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for RemoveFacetFromObjectRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more