Struct rusoto_iot::DeleteV2LoggingLevelRequest[][src]

pub struct DeleteV2LoggingLevelRequest {
    pub target_name: String,
    pub target_type: String,
}

Fields

The name of the resource for which you are configuring logging.

The type of resource for which you are configuring logging. Must be THING_Group.

Trait Implementations

impl Default for DeleteV2LoggingLevelRequest
[src]

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

impl Debug for DeleteV2LoggingLevelRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteV2LoggingLevelRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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