Struct aws_sdk_appsync::input::ListFunctionsInput
source · [−]#[non_exhaustive]pub struct ListFunctionsInput {
pub api_id: Option<String>,
pub next_token: Option<String>,
pub max_results: i32,
}
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.api_id: Option<String>
The GraphQL API ID.
next_token: Option<String>
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
max_results: i32
The maximum number of results that you want the request to return.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFunctions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFunctions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListFunctions
>
Creates a new builder-style object to manufacture ListFunctionsInput
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
The maximum number of results that you want the request to return.
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 ListFunctionsInput
impl Send for ListFunctionsInput
impl Sync for ListFunctionsInput
impl Unpin for ListFunctionsInput
impl UnwindSafe for ListFunctionsInput
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