Struct aws_sdk_sagemakergeospatial::operation::delete_earth_observation_job::DeleteEarthObservationJobInput
source · #[non_exhaustive]pub struct DeleteEarthObservationJobInput {
pub arn: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.arn: Option<String>The Amazon Resource Name (ARN) of the Earth Observation job being deleted.
Implementations§
source§impl DeleteEarthObservationJobInput
impl DeleteEarthObservationJobInput
sourcepub fn builder() -> DeleteEarthObservationJobInputBuilder
pub fn builder() -> DeleteEarthObservationJobInputBuilder
Creates a new builder-style object to manufacture DeleteEarthObservationJobInput.
Trait Implementations§
source§impl Clone for DeleteEarthObservationJobInput
impl Clone for DeleteEarthObservationJobInput
source§fn clone(&self) -> DeleteEarthObservationJobInput
fn clone(&self) -> DeleteEarthObservationJobInput
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 for DeleteEarthObservationJobInput
impl PartialEq for DeleteEarthObservationJobInput
source§fn eq(&self, other: &DeleteEarthObservationJobInput) -> bool
fn eq(&self, other: &DeleteEarthObservationJobInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteEarthObservationJobInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEarthObservationJobInput
impl Send for DeleteEarthObservationJobInput
impl Sync for DeleteEarthObservationJobInput
impl Unpin for DeleteEarthObservationJobInput
impl UnwindSafe for DeleteEarthObservationJobInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.