Struct aws_sdk_appsync::input::ListResolversInput
source · [−]#[non_exhaustive]pub struct ListResolversInput {
pub api_id: Option<String>,
pub type_name: 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 API ID.
type_name: Option<String>
The type name.
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<ListResolvers, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListResolvers, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListResolvers
>
Creates a new builder-style object to manufacture ListResolversInput
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 ListResolversInput
impl Send for ListResolversInput
impl Sync for ListResolversInput
impl Unpin for ListResolversInput
impl UnwindSafe for ListResolversInput
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