Struct aws_sdk_appsync::input::ListDataSourcesInput
source · [−]#[non_exhaustive]pub struct ListDataSourcesInput {
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 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<ListDataSources, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDataSources, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDataSources
>
Creates a new builder-style object to manufacture ListDataSourcesInput
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 ListDataSourcesInput
impl Send for ListDataSourcesInput
impl Sync for ListDataSourcesInput
impl Unpin for ListDataSourcesInput
impl UnwindSafe for ListDataSourcesInput
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