Struct rusoto_datapipeline::CreatePipelineOutput [] [src]

pub struct CreatePipelineOutput {
    pub pipeline_id: Id,
}

Contains the output of CreatePipeline.

Fields

The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

Trait Implementations

impl Default for CreatePipelineOutput
[src]

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

impl Debug for CreatePipelineOutput
[src]

Formats the value using the given formatter.

impl Clone for CreatePipelineOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more