Struct aws_sdk_datapipeline::model::PipelineDescription [−][src]
#[non_exhaustive]pub struct PipelineDescription {
pub pipeline_id: Option<String>,
pub name: Option<String>,
pub fields: Option<Vec<Field>>,
pub description: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Contains pipeline metadata.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.pipeline_id: Option<String>
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE
.
name: Option<String>
The name of the pipeline.
fields: Option<Vec<Field>>
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
description: Option<String>
Description of the pipeline.
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.
Implementations
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE
.
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
Description of the pipeline.
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.
Creates a new builder-style object to manufacture PipelineDescription
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PipelineDescription
impl Send for PipelineDescription
impl Sync for PipelineDescription
impl Unpin for PipelineDescription
impl UnwindSafe for PipelineDescription
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more