Struct rusoto_clouddirectory::BatchDetachFromIndexResponse [] [src]

pub struct BatchDetachFromIndexResponse {
    pub detached_object_identifier: Option<String>,
}

Represents the output of a DetachFromIndex response operation.

Fields

The ObjectIdentifier of the object that was detached from the index.

Trait Implementations

impl Default for BatchDetachFromIndexResponse
[src]

[src]

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

impl Debug for BatchDetachFromIndexResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for BatchDetachFromIndexResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more