Struct rusoto_clouddirectory::IndexAttachment [] [src]

pub struct IndexAttachment {
    pub indexed_attributes: Option<Vec<AttributeKeyAndValue>>,
    pub object_identifier: Option<String>,
}

Represents an index and an attached object.

Fields

The indexed attribute values.

The ObjectIdentifier of the object attached to the index.

Trait Implementations

impl Default for IndexAttachment
[src]

[src]

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

impl Debug for IndexAttachment
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for IndexAttachment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations