#[non_exhaustive]pub struct ListFlowDefinitionsOutput { /* private fields */ }
Implementations§
source§impl ListFlowDefinitionsOutput
impl ListFlowDefinitionsOutput
sourcepub fn flow_definition_summaries(&self) -> Option<&[FlowDefinitionSummary]>
pub fn flow_definition_summaries(&self) -> Option<&[FlowDefinitionSummary]>
An array of objects describing the flow definitions.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to resume pagination.
source§impl ListFlowDefinitionsOutput
impl ListFlowDefinitionsOutput
sourcepub fn builder() -> ListFlowDefinitionsOutputBuilder
pub fn builder() -> ListFlowDefinitionsOutputBuilder
Creates a new builder-style object to manufacture ListFlowDefinitionsOutput
.
Trait Implementations§
source§impl Clone for ListFlowDefinitionsOutput
impl Clone for ListFlowDefinitionsOutput
source§fn clone(&self) -> ListFlowDefinitionsOutput
fn clone(&self) -> ListFlowDefinitionsOutput
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 ListFlowDefinitionsOutput
impl Debug for ListFlowDefinitionsOutput
source§impl PartialEq<ListFlowDefinitionsOutput> for ListFlowDefinitionsOutput
impl PartialEq<ListFlowDefinitionsOutput> for ListFlowDefinitionsOutput
source§fn eq(&self, other: &ListFlowDefinitionsOutput) -> bool
fn eq(&self, other: &ListFlowDefinitionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListFlowDefinitionsOutput
impl RequestId for ListFlowDefinitionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for ListFlowDefinitionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListFlowDefinitionsOutput
impl Send for ListFlowDefinitionsOutput
impl Sync for ListFlowDefinitionsOutput
impl Unpin for ListFlowDefinitionsOutput
impl UnwindSafe for ListFlowDefinitionsOutput
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