Struct aws_sdk_iot::output::CreateOtaUpdateOutput
source · [−]#[non_exhaustive]pub struct CreateOtaUpdateOutput { /* private fields */ }
Implementations
sourceimpl CreateOtaUpdateOutput
impl CreateOtaUpdateOutput
sourcepub fn ota_update_id(&self) -> Option<&str>
pub fn ota_update_id(&self) -> Option<&str>
The OTA update ID.
sourcepub fn aws_iot_job_id(&self) -> Option<&str>
pub fn aws_iot_job_id(&self) -> Option<&str>
The IoT job ID associated with the OTA update.
sourcepub fn ota_update_arn(&self) -> Option<&str>
pub fn ota_update_arn(&self) -> Option<&str>
The OTA update ARN.
sourcepub fn aws_iot_job_arn(&self) -> Option<&str>
pub fn aws_iot_job_arn(&self) -> Option<&str>
The IoT job ARN associated with the OTA update.
sourcepub fn ota_update_status(&self) -> Option<&OtaUpdateStatus>
pub fn ota_update_status(&self) -> Option<&OtaUpdateStatus>
The OTA update status.
sourceimpl CreateOtaUpdateOutput
impl CreateOtaUpdateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateOtaUpdateOutput
.
Trait Implementations
sourceimpl Clone for CreateOtaUpdateOutput
impl Clone for CreateOtaUpdateOutput
sourcefn clone(&self) -> CreateOtaUpdateOutput
fn clone(&self) -> CreateOtaUpdateOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CreateOtaUpdateOutput
impl Debug for CreateOtaUpdateOutput
sourceimpl PartialEq<CreateOtaUpdateOutput> for CreateOtaUpdateOutput
impl PartialEq<CreateOtaUpdateOutput> for CreateOtaUpdateOutput
sourcefn eq(&self, other: &CreateOtaUpdateOutput) -> bool
fn eq(&self, other: &CreateOtaUpdateOutput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for CreateOtaUpdateOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateOtaUpdateOutput
impl Send for CreateOtaUpdateOutput
impl Sync for CreateOtaUpdateOutput
impl Unpin for CreateOtaUpdateOutput
impl UnwindSafe for CreateOtaUpdateOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more