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