Struct rusoto_clouddirectory::DeleteObjectRequest[][src]

pub struct DeleteObjectRequest {
    pub directory_arn: String,
    pub object_reference: ObjectReference,
}

Fields

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

A reference that identifies the object.

Trait Implementations

impl Default for DeleteObjectRequest
[src]

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

impl Debug for DeleteObjectRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteObjectRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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