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