Struct rusoto_ds::RemoveTagsFromResourceRequest [] [src]

pub struct RemoveTagsFromResourceRequest {
    pub resource_id: String,
    pub tag_keys: Vec<String>,
}

Fields

Identifier (ID) of the directory from which to remove the tag.

The tag key (name) of the tag to be removed.

Trait Implementations

impl Default for RemoveTagsFromResourceRequest
[src]

[src]

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

impl Debug for RemoveTagsFromResourceRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for RemoveTagsFromResourceRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more