Struct aws_sdk_iot::input::ListManagedJobTemplatesInput [−][src]
#[non_exhaustive]pub struct ListManagedJobTemplatesInput {
pub template_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.template_name: Option<String>
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
max_results: Option<i32>
Maximum number of entries that can be returned.
next_token: Option<String>
The token to retrieve the next set of results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListManagedJobTemplates, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListManagedJobTemplates, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListManagedJobTemplates
>
Creates a new builder-style object to manufacture ListManagedJobTemplatesInput
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
Maximum number of entries that can be returned.
The token 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 Send for ListManagedJobTemplatesInput
impl Sync for ListManagedJobTemplatesInput
impl Unpin for ListManagedJobTemplatesInput
impl UnwindSafe for ListManagedJobTemplatesInput
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