#[non_exhaustive]pub struct ExportEarthObservationJobInput { /* private fields */ }
Implementations§
source§impl ExportEarthObservationJobInput
impl ExportEarthObservationJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExportEarthObservationJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ExportEarthObservationJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ExportEarthObservationJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportEarthObservationJobInput
.
source§impl ExportEarthObservationJobInput
impl ExportEarthObservationJobInput
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
sourcepub fn execution_role_arn(&self) -> Option<&str>
pub fn execution_role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
sourcepub fn output_config(&self) -> Option<&OutputConfigInput>
pub fn output_config(&self) -> Option<&OutputConfigInput>
An object containing information about the output file.
sourcepub fn export_source_images(&self) -> Option<bool>
pub fn export_source_images(&self) -> Option<bool>
The source images provided to the Earth Observation job being exported.
Trait Implementations§
source§impl Clone for ExportEarthObservationJobInput
impl Clone for ExportEarthObservationJobInput
source§fn clone(&self) -> ExportEarthObservationJobInput
fn clone(&self) -> ExportEarthObservationJobInput
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<ExportEarthObservationJobInput> for ExportEarthObservationJobInput
impl PartialEq<ExportEarthObservationJobInput> for ExportEarthObservationJobInput
source§fn eq(&self, other: &ExportEarthObservationJobInput) -> bool
fn eq(&self, other: &ExportEarthObservationJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.