Struct rusoto_clouddirectory::FacetAttributeReference [] [src]

pub struct FacetAttributeReference {
    pub target_attribute_name: String,
    pub target_facet_name: String,
}

The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.

Fields

The target attribute name that is associated with the facet reference. See Attribute References for more information.

The target facet name that is associated with the facet reference. See Attribute References for more information.

Trait Implementations

impl Default for FacetAttributeReference
[src]

[src]

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

impl Debug for FacetAttributeReference
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FacetAttributeReference
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations