Struct aws_sdk_datapipeline::model::PipelineDescription
source · #[non_exhaustive]pub struct PipelineDescription { /* private fields */ }
Expand description
Contains pipeline metadata.
Implementations§
source§impl PipelineDescription
impl PipelineDescription
sourcepub fn pipeline_id(&self) -> Option<&str>
pub fn pipeline_id(&self) -> Option<&str>
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE
.
sourcepub fn fields(&self) -> Option<&[Field]>
pub fn fields(&self) -> Option<&[Field]>
A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
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.
source§impl PipelineDescription
impl PipelineDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipelineDescription
.
Trait Implementations§
source§impl Clone for PipelineDescription
impl Clone for PipelineDescription
source§fn clone(&self) -> PipelineDescription
fn clone(&self) -> PipelineDescription
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PipelineDescription
impl Debug for PipelineDescription
source§impl PartialEq<PipelineDescription> for PipelineDescription
impl PartialEq<PipelineDescription> for PipelineDescription
source§fn eq(&self, other: &PipelineDescription) -> bool
fn eq(&self, other: &PipelineDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.