Struct rusoto_clouddirectory::GetObjectInformationRequest[][src]

pub struct GetObjectInformationRequest {
    pub consistency_level: Option<String>,
    pub directory_arn: String,
    pub object_reference: ObjectReference,
}

Fields

The consistency level at which to retrieve the object information.

The ARN of the directory being retrieved.

A reference to the object.

Trait Implementations

impl Default for GetObjectInformationRequest
[src]

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

impl Debug for GetObjectInformationRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetObjectInformationRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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