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]

[src]

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

impl Debug for AttributeKey
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AttributeKey
[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 AttributeKey

impl Sync for AttributeKey