Struct rusoto_datapipeline::AddTagsInput [] [src]

pub struct AddTagsInput {
    pub pipeline_id: Id,
    pub tags: TagList,
}

Contains the parameters for AddTags.

Fields

The ID of the pipeline.

The tags to add, as key/value pairs.

Trait Implementations

impl Default for AddTagsInput
[src]

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

impl Debug for AddTagsInput
[src]

Formats the value using the given formatter.

impl Clone for AddTagsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more