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]

[src]

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

impl Debug for GetObjectInformationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetObjectInformationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations