#[non_exhaustive]pub struct DescribeFlowExecutionRecordsInput { /* private fields */ }
Implementations
sourceimpl DescribeFlowExecutionRecordsInput
impl DescribeFlowExecutionRecordsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFlowExecutionRecords, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFlowExecutionRecords, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFlowExecutionRecords
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFlowExecutionRecordsInput
.
sourceimpl DescribeFlowExecutionRecordsInput
impl DescribeFlowExecutionRecordsInput
sourcepub fn flow_name(&self) -> Option<&str>
pub fn flow_name(&self) -> Option<&str>
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Specifies the maximum number of items that should be returned in the result set. The default for maxResults
is 20 (for all paginated API operations).
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token for the next page of data.
Trait Implementations
sourceimpl Clone for DescribeFlowExecutionRecordsInput
impl Clone for DescribeFlowExecutionRecordsInput
sourcefn clone(&self) -> DescribeFlowExecutionRecordsInput
fn clone(&self) -> DescribeFlowExecutionRecordsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DescribeFlowExecutionRecordsInput> for DescribeFlowExecutionRecordsInput
impl PartialEq<DescribeFlowExecutionRecordsInput> for DescribeFlowExecutionRecordsInput
sourcefn eq(&self, other: &DescribeFlowExecutionRecordsInput) -> bool
fn eq(&self, other: &DescribeFlowExecutionRecordsInput) -> bool
impl StructuralPartialEq for DescribeFlowExecutionRecordsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeFlowExecutionRecordsInput
impl Send for DescribeFlowExecutionRecordsInput
impl Sync for DescribeFlowExecutionRecordsInput
impl Unpin for DescribeFlowExecutionRecordsInput
impl UnwindSafe for DescribeFlowExecutionRecordsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more