Struct rusoto_datapipeline::PipelineIdName [] [src]

pub struct PipelineIdName {
    pub id: Option<Id>,
    pub name: Option<Id>,
}

Contains the name and identifier of a pipeline.

Fields

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

The name of the pipeline.

Trait Implementations

impl Default for PipelineIdName
[src]

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

impl Debug for PipelineIdName
[src]

Formats the value using the given formatter.

impl Clone for PipelineIdName
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more