Struct rusoto_datapipeline::GetPipelineDefinitionOutput [−][src]
pub struct GetPipelineDefinitionOutput { pub parameter_objects: Option<Vec<ParameterObject>>, pub parameter_values: Option<Vec<ParameterValue>>, pub pipeline_objects: Option<Vec<PipelineObject>>, }
Expand description
Contains the output of GetPipelineDefinition.
Fields
parameter_objects: Option<Vec<ParameterObject>>
The parameter objects used in the pipeline definition.
parameter_values: Option<Vec<ParameterValue>>
The parameter values used in the pipeline definition.
pipeline_objects: Option<Vec<PipelineObject>>
The objects defined in the pipeline.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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 GetPipelineDefinitionOutput
impl Send for GetPipelineDefinitionOutput
impl Sync for GetPipelineDefinitionOutput
impl Unpin for GetPipelineDefinitionOutput
impl UnwindSafe for GetPipelineDefinitionOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self