Struct rusoto_codepipeline::AcknowledgeJobOutput [] [src]

pub struct AcknowledgeJobOutput {
    pub status: Option<String>,
}

Represents the output of an acknowledge job action.

Fields

Whether the job worker has received the specified job.

Trait Implementations

impl Default for AcknowledgeJobOutput
[src]

[src]

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

impl Debug for AcknowledgeJobOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for AcknowledgeJobOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more