Struct aws_sdk_appflow::input::DescribeFlowExecutionRecordsInput [−][src]
#[non_exhaustive]pub struct DescribeFlowExecutionRecordsInput {
pub flow_name: Option<String>,
pub max_results: Option<i32>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.flow_name: Option<String>
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
max_results: 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).
next_token: Option<String>
The pagination token for the next page of data.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFlowExecutionRecords, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFlowExecutionRecords, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeFlowExecutionRecords
>
Creates a new builder-style object to manufacture DescribeFlowExecutionRecordsInput
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
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).
The pagination token for the next page of data.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DescribeFlowExecutionRecordsInput
impl Sync for DescribeFlowExecutionRecordsInput
impl Unpin for DescribeFlowExecutionRecordsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more