#[non_exhaustive]pub struct StartEarthObservationJobInput { /* private fields */ }
Implementations§
source§impl StartEarthObservationJobInput
impl StartEarthObservationJobInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartEarthObservationJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartEarthObservationJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartEarthObservationJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartEarthObservationJobInput
.
source§impl StartEarthObservationJobInput
impl StartEarthObservationJobInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique token that guarantees that the call to this API is idempotent.
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The Amazon Key Management Service (KMS) key ID for server-side encryption.
sourcepub fn input_config(&self) -> Option<&InputConfigInput>
pub fn input_config(&self) -> Option<&InputConfigInput>
Input configuration information for the Earth Observation job.
sourcepub fn job_config(&self) -> Option<&JobConfigInput>
pub fn job_config(&self) -> Option<&JobConfigInput>
An object containing information about the job configuration.
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.
Each tag consists of a key and a value.
Trait Implementations§
source§impl Clone for StartEarthObservationJobInput
impl Clone for StartEarthObservationJobInput
source§fn clone(&self) -> StartEarthObservationJobInput
fn clone(&self) -> StartEarthObservationJobInput
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<StartEarthObservationJobInput> for StartEarthObservationJobInput
impl PartialEq<StartEarthObservationJobInput> for StartEarthObservationJobInput
source§fn eq(&self, other: &StartEarthObservationJobInput) -> bool
fn eq(&self, other: &StartEarthObservationJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.