Struct aws_sdk_iot::model::EnableIoTLoggingParams
source · #[non_exhaustive]pub struct EnableIoTLoggingParams { /* private fields */ }
Expand description
Parameters used when defining a mitigation action that enable Amazon Web Services IoT Core logging.
Implementations§
source§impl EnableIoTLoggingParams
impl EnableIoTLoggingParams
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableIoTLoggingParams
.
Trait Implementations§
source§impl Clone for EnableIoTLoggingParams
impl Clone for EnableIoTLoggingParams
source§fn clone(&self) -> EnableIoTLoggingParams
fn clone(&self) -> EnableIoTLoggingParams
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 EnableIoTLoggingParams
impl Debug for EnableIoTLoggingParams
source§impl PartialEq<EnableIoTLoggingParams> for EnableIoTLoggingParams
impl PartialEq<EnableIoTLoggingParams> for EnableIoTLoggingParams
source§fn eq(&self, other: &EnableIoTLoggingParams) -> bool
fn eq(&self, other: &EnableIoTLoggingParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.