#[non_exhaustive]pub struct DescribeForecastExportJobInput { /* private fields */ }Implementations§
source§impl DescribeForecastExportJobInput
impl DescribeForecastExportJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeForecastExportJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeForecastExportJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeForecastExportJob>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeForecastExportJobInput.
source§impl DescribeForecastExportJobInput
impl DescribeForecastExportJobInput
sourcepub fn forecast_export_job_arn(&self) -> Option<&str>
pub fn forecast_export_job_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the forecast export job.
Trait Implementations§
source§impl Clone for DescribeForecastExportJobInput
impl Clone for DescribeForecastExportJobInput
source§fn clone(&self) -> DescribeForecastExportJobInput
fn clone(&self) -> DescribeForecastExportJobInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<DescribeForecastExportJobInput> for DescribeForecastExportJobInput
impl PartialEq<DescribeForecastExportJobInput> for DescribeForecastExportJobInput
source§fn eq(&self, other: &DescribeForecastExportJobInput) -> bool
fn eq(&self, other: &DescribeForecastExportJobInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.