Struct aws_sdk_applicationdiscovery::input::DescribeExportTasksInput [−][src]
#[non_exhaustive]pub struct DescribeExportTasksInput {
pub export_ids: Option<Vec<String>>,
pub filters: Option<Vec<ExportFilter>>,
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.export_ids: Option<Vec<String>>One or more unique identifiers used to query the status of an export request.
filters: Option<Vec<ExportFilter>>One or more filters.
-
AgentId- ID of the agent whose collected data will be exported
max_results: i32The 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.
next_token: Option<String>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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeExportTasks, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeExportTasks, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeExportTasks>
Creates a new builder-style object to manufacture DescribeExportTasksInput
One or more unique identifiers used to query the status of an export request.
One or more filters.
-
AgentId- ID of the agent whose collected data will be exported
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.
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
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 DescribeExportTasksInput
impl Send for DescribeExportTasksInput
impl Sync for DescribeExportTasksInput
impl Unpin for DescribeExportTasksInput
impl UnwindSafe for DescribeExportTasksInput
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
