Struct rusoto_devicefarm::StopRunRequest [] [src]

pub struct StopRunRequest {
    pub arn: AmazonResourceName,
}

Represents the request to stop a specific run.

Fields

Represents the Amazon Resource Name (ARN) of the Device Farm run you wish to stop.

Trait Implementations

impl Default for StopRunRequest
[src]

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

impl Debug for StopRunRequest
[src]

Formats the value using the given formatter.

impl Clone for StopRunRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more