Struct aws_sdk_codepipeline::output::GetPipelineOutput
source · [−]#[non_exhaustive]pub struct GetPipelineOutput {
pub pipeline: Option<PipelineDeclaration>,
pub metadata: Option<PipelineMetadata>,
}
Expand description
Represents the output of a GetPipeline
action.
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: Option<PipelineDeclaration>
Represents the structure of actions and stages to be performed in the pipeline.
metadata: Option<PipelineMetadata>
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
Implementations
Represents the structure of actions and stages to be performed in the pipeline.
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
Creates a new builder-style object to manufacture GetPipelineOutput
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 GetPipelineOutput
impl Send for GetPipelineOutput
impl Sync for GetPipelineOutput
impl Unpin for GetPipelineOutput
impl UnwindSafe for GetPipelineOutput
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