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]

[src]

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

impl Debug for DeleteObjectRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteObjectRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations