Struct rusoto_clouddirectory::Facet [] [src]

pub struct Facet {
    pub name: Option<String>,
    pub object_type: Option<String>,
}

A structure that contains Name, ARN, Attributes, Rules, and ObjectTypes.

Fields

The name of the Facet.

The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

Trait Implementations

impl Default for Facet
[src]

[src]

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

impl Debug for Facet
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Facet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Facet

impl Sync for Facet