Struct aws_sdk_databrew::input::ListSchedulesInput
source · [−]#[non_exhaustive]pub struct ListSchedulesInput {
pub job_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.job_name: Option<String>
The name of the job that these schedules apply to.
max_results: Option<i32>
The maximum number of results to return in this request.
next_token: Option<String>
The token returned by a previous call to retrieve the next set of results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSchedules, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSchedules, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListSchedules
>
Creates a new builder-style object to manufacture ListSchedulesInput
The maximum number of results to return in this request.
The token returned by a previous call to retrieve the next set of results.
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 ListSchedulesInput
impl Send for ListSchedulesInput
impl Sync for ListSchedulesInput
impl Unpin for ListSchedulesInput
impl UnwindSafe for ListSchedulesInput
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