Struct aws_sdk_iotthingsgraph::types::FlowTemplateSummary
source · #[non_exhaustive]pub struct FlowTemplateSummary { /* private fields */ }Expand description
An object that contains summary information about a workflow.
Implementations§
source§impl FlowTemplateSummary
impl FlowTemplateSummary
sourcepub fn revision_number(&self) -> Option<i64>
pub fn revision_number(&self) -> Option<i64>
The revision number of the workflow.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date when the workflow was created.
source§impl FlowTemplateSummary
impl FlowTemplateSummary
sourcepub fn builder() -> FlowTemplateSummaryBuilder
pub fn builder() -> FlowTemplateSummaryBuilder
Creates a new builder-style object to manufacture FlowTemplateSummary.
Trait Implementations§
source§impl Clone for FlowTemplateSummary
impl Clone for FlowTemplateSummary
source§fn clone(&self) -> FlowTemplateSummary
fn clone(&self) -> FlowTemplateSummary
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 FlowTemplateSummary
impl Debug for FlowTemplateSummary
source§impl PartialEq<FlowTemplateSummary> for FlowTemplateSummary
impl PartialEq<FlowTemplateSummary> for FlowTemplateSummary
source§fn eq(&self, other: &FlowTemplateSummary) -> bool
fn eq(&self, other: &FlowTemplateSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FlowTemplateSummary
Auto Trait Implementations§
impl RefUnwindSafe for FlowTemplateSummary
impl Send for FlowTemplateSummary
impl Sync for FlowTemplateSummary
impl Unpin for FlowTemplateSummary
impl UnwindSafe for FlowTemplateSummary
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