Struct rusoto_kinesis::RemoveTagsFromStreamInput [] [src]

pub struct RemoveTagsFromStreamInput {
    pub stream_name: StreamName,
    pub tag_keys: TagKeyList,
}

Represents the input for RemoveTagsFromStream.

Fields

The name of the stream.

A list of tag keys. Each corresponding tag is removed from the stream.

Trait Implementations

impl Default for RemoveTagsFromStreamInput
[src]

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

impl Debug for RemoveTagsFromStreamInput
[src]

Formats the value using the given formatter.

impl Clone for RemoveTagsFromStreamInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more