Struct aws_sdk_applicationdiscovery::input::DescribeExportConfigurationsInput [−][src]
#[non_exhaustive]pub struct DescribeExportConfigurationsInput {
pub export_ids: Option<Vec<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.export_ids: Option<Vec<String>>A list of continuous export IDs to search for.
max_results: i32A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
next_token: Option<String>The token from the previous call to describe-export-tasks.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeExportConfigurations, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeExportConfigurations, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeExportConfigurations>
Creates a new builder-style object to manufacture DescribeExportConfigurationsInput
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
The token from the previous call to describe-export-tasks.
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 Send for DescribeExportConfigurationsInput
impl Sync for DescribeExportConfigurationsInput
impl Unpin for DescribeExportConfigurationsInput
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
