#[non_exhaustive]pub struct DescribeDatasetExportJobInput { /* private fields */ }
Implementations§
source§impl DescribeDatasetExportJobInput
impl DescribeDatasetExportJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDatasetExportJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDatasetExportJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDatasetExportJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDatasetExportJobInput
.
source§impl DescribeDatasetExportJobInput
impl DescribeDatasetExportJobInput
sourcepub fn dataset_export_job_arn(&self) -> Option<&str>
pub fn dataset_export_job_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the dataset export job to describe.
Trait Implementations§
source§impl Clone for DescribeDatasetExportJobInput
impl Clone for DescribeDatasetExportJobInput
source§fn clone(&self) -> DescribeDatasetExportJobInput
fn clone(&self) -> DescribeDatasetExportJobInput
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<DescribeDatasetExportJobInput> for DescribeDatasetExportJobInput
impl PartialEq<DescribeDatasetExportJobInput> for DescribeDatasetExportJobInput
source§fn eq(&self, other: &DescribeDatasetExportJobInput) -> bool
fn eq(&self, other: &DescribeDatasetExportJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.