Struct rusoto_clouddirectory::AttributeKey[][src]

pub struct AttributeKey {
    pub facet_name: String,
    pub name: String,
    pub schema_arn: String,
}

A unique identifier for an attribute.

Fields

The name of the facet that the attribute exists within.

The name of the attribute.

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

Trait Implementations

impl Default for AttributeKey
[src]

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

impl Debug for AttributeKey
[src]

Formats the value using the given formatter. Read more

impl Clone for AttributeKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AttributeKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations