Struct rusoto_devicefarm::DeleteRunRequest [] [src]

pub struct DeleteRunRequest {
    pub arn: AmazonResourceName,
}

Represents a request to the delete run operation.

Fields

The Amazon Resource Name (ARN) for the run you wish to delete.

Trait Implementations

impl Default for DeleteRunRequest
[src]

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

impl Debug for DeleteRunRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteRunRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more