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]

[src]

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

impl Debug for DeleteV2LoggingLevelRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteV2LoggingLevelRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations