pub struct EnableIoTLoggingParams {
pub log_level: String,
pub role_arn_for_logging: String,
}Expand description
Parameters used when defining a mitigation action that enable AWS IoT logging.
Fields§
§log_level: StringSpecifies the types of information to be logged.
role_arn_for_logging: StringThe ARN of the IAM role used for logging.
Trait Implementations§
Source§impl Clone for EnableIoTLoggingParams
impl Clone for EnableIoTLoggingParams
Source§fn clone(&self) -> EnableIoTLoggingParams
fn clone(&self) -> EnableIoTLoggingParams
Returns a duplicate 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 Default for EnableIoTLoggingParams
impl Default for EnableIoTLoggingParams
Source§fn default() -> EnableIoTLoggingParams
fn default() -> EnableIoTLoggingParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnableIoTLoggingParams
impl<'de> Deserialize<'de> for EnableIoTLoggingParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EnableIoTLoggingParams
impl PartialEq for EnableIoTLoggingParams
Source§impl Serialize for EnableIoTLoggingParams
impl Serialize for EnableIoTLoggingParams
impl StructuralPartialEq for EnableIoTLoggingParams
Auto Trait Implementations§
impl Freeze for EnableIoTLoggingParams
impl RefUnwindSafe for EnableIoTLoggingParams
impl Send for EnableIoTLoggingParams
impl Sync for EnableIoTLoggingParams
impl Unpin for EnableIoTLoggingParams
impl UnwindSafe for EnableIoTLoggingParams
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