Struct aws_sdk_iot::types::OtaUpdateSummary
source · #[non_exhaustive]pub struct OtaUpdateSummary { /* private fields */ }
Expand description
An OTA update summary.
Implementations§
source§impl OtaUpdateSummary
impl OtaUpdateSummary
sourcepub fn ota_update_id(&self) -> Option<&str>
pub fn ota_update_id(&self) -> Option<&str>
The OTA update ID.
sourcepub fn ota_update_arn(&self) -> Option<&str>
pub fn ota_update_arn(&self) -> Option<&str>
The OTA update ARN.
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The date when the OTA update was created.
source§impl OtaUpdateSummary
impl OtaUpdateSummary
sourcepub fn builder() -> OtaUpdateSummaryBuilder
pub fn builder() -> OtaUpdateSummaryBuilder
Creates a new builder-style object to manufacture OtaUpdateSummary
.
Trait Implementations§
source§impl Clone for OtaUpdateSummary
impl Clone for OtaUpdateSummary
source§fn clone(&self) -> OtaUpdateSummary
fn clone(&self) -> OtaUpdateSummary
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 Debug for OtaUpdateSummary
impl Debug for OtaUpdateSummary
source§impl PartialEq<OtaUpdateSummary> for OtaUpdateSummary
impl PartialEq<OtaUpdateSummary> for OtaUpdateSummary
source§fn eq(&self, other: &OtaUpdateSummary) -> bool
fn eq(&self, other: &OtaUpdateSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.