Struct rusoto_datapipeline::RemoveTagsInput
[−]
[src]
pub struct RemoveTagsInput { pub pipeline_id: String, pub tag_keys: Vec<String>, }
Contains the parameters for RemoveTags.
Fields
pipeline_id: String
The ID of the pipeline.
tag_keys: Vec<String>
The keys of the tags to remove.
Trait Implementations
impl Default for RemoveTagsInput
[src]
fn default() -> RemoveTagsInput
[src]
Returns the "default value" for a type. Read more
impl Debug for RemoveTagsInput
[src]
impl Clone for RemoveTagsInput
[src]
fn clone(&self) -> RemoveTagsInput
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more