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]

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

impl Debug for GetV2LoggingOptionsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetV2LoggingOptionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetV2LoggingOptionsResponse
[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