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]

[src]

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

impl Debug for SetV2LoggingOptionsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetV2LoggingOptionsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations