Struct rusoto_datapipeline::PipelineDescription [] [src]

pub struct PipelineDescription {
    pub description: Option<String>,
    pub fields: Vec<Field>,
    pub name: String,
    pub pipeline_id: String,
    pub tags: Option<Vec<Tag>>,
}

Contains pipeline metadata.

Fields

Description of the pipeline.

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

The name of the pipeline.

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

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

Trait Implementations

impl Default for PipelineDescription
[src]

[src]

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

impl Debug for PipelineDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for PipelineDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more