Struct rusoto_clouddirectory::PathToObjectIdentifiers [] [src]

pub struct PathToObjectIdentifiers {
    pub object_identifiers: Option<Vec<String>>,
    pub path: Option<String>,
}

Returns the path to the ObjectIdentifiers that is associated with the directory.

Fields

Lists ObjectIdentifiers starting from directory root to the object in the request.

The path that is used to identify the object starting from directory root.

Trait Implementations

impl Default for PathToObjectIdentifiers
[src]

[src]

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

impl Debug for PathToObjectIdentifiers
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PathToObjectIdentifiers
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations