Struct rusoto_datapipeline::PipelineObject [] [src]

pub struct PipelineObject {
    pub fields: FieldList,
    pub id: Id,
    pub name: Id,
}

Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.

Fields

Key-value pairs that define the properties of the object.

The ID of the object.

The name of the object.

Trait Implementations

impl Default for PipelineObject
[src]

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

impl Debug for PipelineObject
[src]

Formats the value using the given formatter.

impl Clone for PipelineObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more