Struct aws_sdk_personalize::input::ListBatchSegmentJobsInput [−][src]
#[non_exhaustive]pub struct ListBatchSegmentJobsInput {
pub solution_version_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.solution_version_arn: Option<String>The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
next_token: Option<String>The token to request the next page of results.
max_results: Option<i32>The maximum number of batch segment job results to return in each page. The default value is 100.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBatchSegmentJobs, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBatchSegmentJobs, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListBatchSegmentJobs>
Creates a new builder-style object to manufacture ListBatchSegmentJobsInput
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
The token to request the next page of results.
The maximum number of batch segment job results to return in each page. The default value is 100.
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 ListBatchSegmentJobsInput
impl Send for ListBatchSegmentJobsInput
impl Sync for ListBatchSegmentJobsInput
impl Unpin for ListBatchSegmentJobsInput
impl UnwindSafe for ListBatchSegmentJobsInput
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
