Struct rusoto_datapipeline::RemoveTagsInput [] [src]

pub struct RemoveTagsInput {
    pub pipeline_id: String,
    pub tag_keys: Vec<String>,
}

Contains the parameters for RemoveTags.

Fields

The ID of the pipeline.

The keys of the tags to remove.

Trait Implementations

impl Default for RemoveTagsInput
[src]

[src]

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

impl Debug for RemoveTagsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for RemoveTagsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more