Struct aws_sdk_quicksight::input::ListIngestionsInput
source · [−]#[non_exhaustive]pub struct ListIngestionsInput {
pub data_set_id: Option<String>,
pub next_token: Option<String>,
pub aws_account_id: 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.data_set_id: Option<String>The ID of the dataset used in the ingestion.
next_token: Option<String>The token for the next set of results, or null if there are no more results.
aws_account_id: Option<String>The Amazon Web Services account ID.
max_results: Option<i32>The maximum number of results to be returned per request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListIngestions, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListIngestions, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListIngestions>
Creates a new builder-style object to manufacture ListIngestionsInput
The ID of the dataset used in the ingestion.
The token for the next set of results, or null if there are no more results.
The Amazon Web Services account ID.
The maximum number of results to be returned per request.
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 ListIngestionsInput
impl Send for ListIngestionsInput
impl Sync for ListIngestionsInput
impl Unpin for ListIngestionsInput
impl UnwindSafe for ListIngestionsInput
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