Struct rusoto_clouddirectory::BatchGetObjectInformationResponse[][src]

pub struct BatchGetObjectInformationResponse {
    pub object_identifier: Option<String>,
    pub schema_facets: Option<Vec<SchemaFacet>>,
}

Represents the output of a GetObjectInformation response operation.

Fields

The ObjectIdentifier of the specified object.

The facets attached to the specified object.

Trait Implementations

impl Default for BatchGetObjectInformationResponse
[src]

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

impl Debug for BatchGetObjectInformationResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for BatchGetObjectInformationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BatchGetObjectInformationResponse
[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