#[non_exhaustive]pub struct DescribeExportTasksInput { /* private fields */ }Implementations
sourceimpl DescribeExportTasksInput
impl DescribeExportTasksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeExportTasks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeExportTasks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeExportTasks>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeExportTasksInput.
sourceimpl DescribeExportTasksInput
impl DescribeExportTasksInput
sourcepub fn export_ids(&self) -> Option<&[String]>
pub fn export_ids(&self) -> Option<&[String]>
One or more unique identifiers used to query the status of an export request.
sourcepub fn filters(&self) -> Option<&[ExportFilter]>
pub fn filters(&self) -> Option<&[ExportFilter]>
One or more filters.
-
AgentId- ID of the agent whose collected data will be exported
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of volume results returned by DescribeExportTasks in paginated output. When this parameter is used, DescribeExportTasks only returns maxResults results in a single page along with a nextToken response element.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken value returned from a previous paginated DescribeExportTasks request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.
Trait Implementations
sourceimpl Clone for DescribeExportTasksInput
impl Clone for DescribeExportTasksInput
sourcefn clone(&self) -> DescribeExportTasksInput
fn clone(&self) -> DescribeExportTasksInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more