Struct rusoto_codebuild::StopBuildInput [] [src]

pub struct StopBuildInput {
    pub id: String,
}

Fields

The ID of the build.

Trait Implementations

impl Default for StopBuildInput
[src]

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

impl Debug for StopBuildInput
[src]

Formats the value using the given formatter.

impl Clone for StopBuildInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more