Struct rusoto_devicefarm::DeleteUploadRequest[][src]

pub struct DeleteUploadRequest {
    pub arn: String,
}

Represents a request to the delete upload operation.

Fields

Represents the Amazon Resource Name (ARN) of the Device Farm upload you wish to delete.

Trait Implementations

impl Default for DeleteUploadRequest
[src]

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

impl Debug for DeleteUploadRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteUploadRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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