Struct rusoto_ssm::RemoveTagsFromResourceRequest [] [src]

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

Fields

The resource ID for which you want to remove tags.

The type of resource of which you want to remove a tag.

Tag keys that you want to remove from the specified resource.

Trait Implementations

impl Default for RemoveTagsFromResourceRequest
[src]

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

impl Debug for RemoveTagsFromResourceRequest
[src]

Formats the value using the given formatter.

impl Clone for RemoveTagsFromResourceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more