Struct rusoto_iot::GetV2LoggingOptionsResponse [] [src]

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

Fields

The default log level.

Disables all logs.

The IAM role ARN AWS IoT uses to write to your CloudWatch logs.

Trait Implementations

impl Default for GetV2LoggingOptionsResponse
[src]

[src]

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

impl Debug for GetV2LoggingOptionsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetV2LoggingOptionsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations