Struct aws_sdk_dataexchange::input::ListDataSetRevisionsInput [−][src]
#[non_exhaustive]pub struct ListDataSetRevisionsInput {
pub data_set_id: Option<String>,
pub max_results: i32,
pub next_token: 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.data_set_id: Option<String>The unique identifier for a data set.
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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDataSetRevisions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDataSetRevisions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDataSetRevisions>
Creates a new builder-style object to manufacture ListDataSetRevisionsInput
The unique identifier for a data set.
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 ListDataSetRevisionsInput
impl Send for ListDataSetRevisionsInput
impl Sync for ListDataSetRevisionsInput
impl Unpin for ListDataSetRevisionsInput
impl UnwindSafe for ListDataSetRevisionsInput
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
