pub struct SetV2LoggingOptionsRequest {
pub default_log_level: Option<String>,
pub disable_all_logs: Option<bool>,
pub role_arn: Option<String>,
}Fields§
§default_log_level: Option<String>The default logging level.
disable_all_logs: Option<bool>If true all logs are disabled. The default is false.
role_arn: Option<String>The ARN of the role that allows IoT to write to Cloudwatch logs.
Trait Implementations§
Source§impl Clone for SetV2LoggingOptionsRequest
impl Clone for SetV2LoggingOptionsRequest
Source§fn clone(&self) -> SetV2LoggingOptionsRequest
fn clone(&self) -> SetV2LoggingOptionsRequest
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 SetV2LoggingOptionsRequest
impl Debug for SetV2LoggingOptionsRequest
Source§impl Default for SetV2LoggingOptionsRequest
impl Default for SetV2LoggingOptionsRequest
Source§fn default() -> SetV2LoggingOptionsRequest
fn default() -> SetV2LoggingOptionsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for SetV2LoggingOptionsRequest
Auto Trait Implementations§
impl Freeze for SetV2LoggingOptionsRequest
impl RefUnwindSafe for SetV2LoggingOptionsRequest
impl Send for SetV2LoggingOptionsRequest
impl Sync for SetV2LoggingOptionsRequest
impl Unpin for SetV2LoggingOptionsRequest
impl UnwindSafe for SetV2LoggingOptionsRequest
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