Struct aws_sdk_personalize::input::ListDatasetImportJobsInput [−][src]
#[non_exhaustive]pub struct ListDatasetImportJobsInput {
pub dataset_arn: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<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.dataset_arn: Option<String>The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.
next_token: Option<String>A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).
max_results: Option<i32>The maximum number of dataset import jobs to return.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDatasetImportJobs, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDatasetImportJobs, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDatasetImportJobs>
Creates a new builder-style object to manufacture ListDatasetImportJobsInput
The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.
A token returned from the previous call to ListDatasetImportJobs for getting the next set of dataset import jobs (if they exist).
The maximum number of dataset import jobs 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 ListDatasetImportJobsInput
impl Send for ListDatasetImportJobsInput
impl Sync for ListDatasetImportJobsInput
impl Unpin for ListDatasetImportJobsInput
impl UnwindSafe for ListDatasetImportJobsInput
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
