Struct aws_sdk_transfer::input::ListWorkflowsInput [−][src]
#[non_exhaustive]pub struct ListWorkflowsInput {
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.max_results: Option<i32>Specifies the maximum number of workflows to return.
next_token: Option<String> ListWorkflows returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional workflows.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListWorkflows, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListWorkflows, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListWorkflows>
Creates a new builder-style object to manufacture ListWorkflowsInput
Specifies the maximum number of workflows to return.
ListWorkflows returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional workflows.
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 RefUnwindSafe for ListWorkflowsInput
impl Send for ListWorkflowsInput
impl Sync for ListWorkflowsInput
impl Unpin for ListWorkflowsInput
impl UnwindSafe for ListWorkflowsInput
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
