Struct aws_sdk_iot::model::UpdateDeviceCertificateParams
source · #[non_exhaustive]pub struct UpdateDeviceCertificateParams { /* private fields */ }
Expand description
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
Implementations§
source§impl UpdateDeviceCertificateParams
impl UpdateDeviceCertificateParams
sourcepub fn action(&self) -> Option<&DeviceCertificateUpdateAction>
pub fn action(&self) -> Option<&DeviceCertificateUpdateAction>
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
source§impl UpdateDeviceCertificateParams
impl UpdateDeviceCertificateParams
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDeviceCertificateParams
.
Trait Implementations§
source§impl Clone for UpdateDeviceCertificateParams
impl Clone for UpdateDeviceCertificateParams
source§fn clone(&self) -> UpdateDeviceCertificateParams
fn clone(&self) -> UpdateDeviceCertificateParams
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<UpdateDeviceCertificateParams> for UpdateDeviceCertificateParams
impl PartialEq<UpdateDeviceCertificateParams> for UpdateDeviceCertificateParams
source§fn eq(&self, other: &UpdateDeviceCertificateParams) -> bool
fn eq(&self, other: &UpdateDeviceCertificateParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.