Struct aws_sdk_dataexchange::input::ListDataSetsInput
source · [−]#[non_exhaustive]pub struct ListDataSetsInput {
pub max_results: i32,
pub next_token: Option<String>,
pub origin: 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.max_results: i32The maximum number of results returned by a single call.
next_token: Option<String>The token value retrieved from a previous call to access the next page of results.
origin: Option<String>A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDataSets, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDataSets, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDataSets>
Creates a new builder-style object to manufacture ListDataSetsInput
The maximum number of results returned by a single call.
The token value retrieved from a previous call to access the next page 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 RefUnwindSafe for ListDataSetsInput
impl Send for ListDataSetsInput
impl Sync for ListDataSetsInput
impl Unpin for ListDataSetsInput
impl UnwindSafe for ListDataSetsInput
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