Struct rusoto_iot::SetV2LoggingOptionsRequest[][src]

pub struct SetV2LoggingOptionsRequest {
    pub default_log_level: Option<String>,
    pub disable_all_logs: Option<bool>,
    pub role_arn: Option<String>,
}

Fields

The default logging level.

Set to true to disable all logs, otherwise set to false.

The role ARN that allows IoT to write to Cloudwatch logs.

Trait Implementations

impl Default for SetV2LoggingOptionsRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for SetV2LoggingOptionsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for SetV2LoggingOptionsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SetV2LoggingOptionsRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations