Struct rusoto_cloudhsm::RemoveTagsFromResourceRequest [] [src]

pub struct RemoveTagsFromResourceRequest {
    pub resource_arn: String,
    pub tag_key_list: Vec<String>,
}

Fields

The Amazon Resource Name (ARN) of the AWS CloudHSM resource.

The tag key or keys to remove.

Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource.

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. Read more

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

Auto Trait Implementations