Struct rusoto_emr::AddTagsInput [] [src]

pub struct AddTagsInput {
    pub resource_id: String,
    pub tags: Vec<Tag>,
}

This input identifies a cluster and a list of tags to attach.

Fields

The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.

A list of tags to associate with a cluster and propagate to EC2 instances. Tags are user-defined key/value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.

Trait Implementations

impl Default for AddTagsInput
[src]

[src]

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

impl Debug for AddTagsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for AddTagsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more