Struct rusoto_clouddirectory::GetObjectInformationResponse[][src]

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

Fields

The ObjectIdentifier of the specified object.

The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

Trait Implementations

impl Default for GetObjectInformationResponse
[src]

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

impl Debug for GetObjectInformationResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetObjectInformationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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