Struct rusoto_devicefarm::StopRunRequest [] [src]

pub struct StopRunRequest {
    pub arn: String,
}

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]

[src]

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

impl Debug for StopRunRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StopRunRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations