#[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() -> Builder
pub fn builder() -> Builder
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 ==
.