Struct rusoto_codepipeline::GetPipelineInput [] [src]

pub struct GetPipelineInput {
    pub name: String,
    pub version: Option<i64>,
}

Represents the input of a get pipeline action.

Fields

The name of the pipeline for which you want to get information. Pipeline names must be unique under an Amazon Web Services (AWS) user account.

The version number of the pipeline. If you do not specify a version, defaults to the most current version.

Trait Implementations

impl Default for GetPipelineInput
[src]

[src]

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

impl Debug for GetPipelineInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetPipelineInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more