Struct rusoto_iot::SetV2LoggingLevelRequest[][src]

pub struct SetV2LoggingLevelRequest {
    pub log_level: String,
    pub log_target: LogTarget,
}

Fields

The log level.

The log target.

Trait Implementations

impl Default for SetV2LoggingLevelRequest
[src]

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

impl Debug for SetV2LoggingLevelRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for SetV2LoggingLevelRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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