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