#[non_exhaustive]pub struct DescribeRecommendationExportJobsInput { /* private fields */ }
Implementations
sourceimpl DescribeRecommendationExportJobsInput
impl DescribeRecommendationExportJobsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRecommendationExportJobs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRecommendationExportJobs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeRecommendationExportJobs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRecommendationExportJobsInput
.
sourceimpl DescribeRecommendationExportJobsInput
impl DescribeRecommendationExportJobsInput
sourcepub fn job_ids(&self) -> Option<&[String]>
pub fn job_ids(&self) -> Option<&[String]>
The identification numbers of the export jobs to return.
An export job ID is returned when you create an export using the ExportAutoScalingGroupRecommendations
or ExportEC2InstanceRecommendations
actions.
All export jobs created in the last seven days are returned if this parameter is omitted.
sourcepub fn filters(&self) -> Option<&[JobFilter]>
pub fn filters(&self) -> Option<&[JobFilter]>
An array of objects to specify a filter that returns a more specific list of export jobs.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to advance to the next page of export jobs.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of export jobs to return with a single request.
To retrieve the remaining results, make another request with the returned nextToken
value.
Trait Implementations
sourceimpl Clone for DescribeRecommendationExportJobsInput
impl Clone for DescribeRecommendationExportJobsInput
sourcefn clone(&self) -> DescribeRecommendationExportJobsInput
fn clone(&self) -> DescribeRecommendationExportJobsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more