Struct aws_sdk_iotanalytics::types::PipelineSummary
source · #[non_exhaustive]pub struct PipelineSummary { /* private fields */ }
Expand description
A summary of information about a pipeline.
Implementations§
source§impl PipelineSummary
impl PipelineSummary
sourcepub fn pipeline_name(&self) -> Option<&str>
pub fn pipeline_name(&self) -> Option<&str>
The name of the pipeline.
sourcepub fn reprocessing_summaries(&self) -> Option<&[ReprocessingSummary]>
pub fn reprocessing_summaries(&self) -> Option<&[ReprocessingSummary]>
A summary of information about the pipeline reprocessing.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the pipeline was created.
sourcepub fn last_update_time(&self) -> Option<&DateTime>
pub fn last_update_time(&self) -> Option<&DateTime>
When the pipeline was last updated.
source§impl PipelineSummary
impl PipelineSummary
sourcepub fn builder() -> PipelineSummaryBuilder
pub fn builder() -> PipelineSummaryBuilder
Creates a new builder-style object to manufacture PipelineSummary
.
Trait Implementations§
source§impl Clone for PipelineSummary
impl Clone for PipelineSummary
source§fn clone(&self) -> PipelineSummary
fn clone(&self) -> PipelineSummary
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 PipelineSummary
impl Debug for PipelineSummary
source§impl PartialEq<PipelineSummary> for PipelineSummary
impl PartialEq<PipelineSummary> for PipelineSummary
source§fn eq(&self, other: &PipelineSummary) -> bool
fn eq(&self, other: &PipelineSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PipelineSummary
Auto Trait Implementations§
impl RefUnwindSafe for PipelineSummary
impl Send for PipelineSummary
impl Sync for PipelineSummary
impl Unpin for PipelineSummary
impl UnwindSafe for PipelineSummary
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more