pub struct GetV2LoggingOptionsResponse {
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 log level.
disable_all_logs: Option<bool>Disables all logs.
role_arn: Option<String>The IAM role ARN AWS IoT uses to write to your CloudWatch logs.
Trait Implementations§
Source§impl Clone for GetV2LoggingOptionsResponse
impl Clone for GetV2LoggingOptionsResponse
Source§fn clone(&self) -> GetV2LoggingOptionsResponse
fn clone(&self) -> GetV2LoggingOptionsResponse
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 GetV2LoggingOptionsResponse
impl Debug for GetV2LoggingOptionsResponse
Source§impl Default for GetV2LoggingOptionsResponse
impl Default for GetV2LoggingOptionsResponse
Source§fn default() -> GetV2LoggingOptionsResponse
fn default() -> GetV2LoggingOptionsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetV2LoggingOptionsResponse
impl<'de> Deserialize<'de> for GetV2LoggingOptionsResponse
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
impl StructuralPartialEq for GetV2LoggingOptionsResponse
Auto Trait Implementations§
impl Freeze for GetV2LoggingOptionsResponse
impl RefUnwindSafe for GetV2LoggingOptionsResponse
impl Send for GetV2LoggingOptionsResponse
impl Sync for GetV2LoggingOptionsResponse
impl Unpin for GetV2LoggingOptionsResponse
impl UnwindSafe for GetV2LoggingOptionsResponse
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